mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 16:42:13 +11:00
Update README.md
This commit is contained in:
parent
804be458e2
commit
74c7ffb9c6
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
* [drogon web framework (and all its dependencies)](https://github.com/an-tao/drogon/tree/master)
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
* multi-threaded
|
* multi-threaded
|
||||||
* parallel hashmaps, a far superior HashMap implementation to the STD, that also benefit from 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
|
### Safety
|
||||||
* OpenSSL (HTTPS)
|
* OpenSSL (HTTPS)
|
||||||
* Very difficult to tamper with compared to an in-game implementation of a bank
|
* 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
|
### Accessibility
|
||||||
* able to be used millions of blocks away, across dimensions, servers, vanilla or modded, or outside of the game entirely
|
* able to be used millions of blocks away, across dimensions, servers, vanilla or modded, or outside of the game entirely
|
||||||
* Web front-end
|
* Web front-end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue