Update README.md

This commit is contained in:
William Katz 2021-04-03 00:52:57 -07:00 committed by GitHub
parent 804be458e2
commit 74c7ffb9c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ sudo ./bank <admin password> <saving frequency in minutes> <run in background (1
* [drogon web framework (and all its dependencies)](https://github.com/an-tao/drogon/tree/master)
# Features
### Performance
* multi-threaded
* parallel hashmaps, a far superior HashMap implementation to the STD, that also benefit from multi-threaded
@ -24,7 +25,7 @@ sudo ./bank <admin password> <saving frequency in minutes> <run in background (1
### Safety
* OpenSSL (HTTPS)
* Very difficult to tamper with compared to an in-game implementation of a bank
* Auto-Saving, Save on close, are in place
* Auto-Saving and Save on close are in place
### Accessibility
* able to be used millions of blocks away, across dimensions, servers, vanilla or modded, or outside of the game entirely
* Web front-end