made connected services more specific

This commit is contained in:
William Katz 2021-04-06 19:22:55 -07:00 committed by GitHub
parent 7a06d8bf5a
commit 044b80240c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,12 +42,11 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
### Connected Services ### Connected Services
Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are
* a Market
- a Market * Gambling
- Gambling * Shipping
- Shipping * a Leaderboard ranking player's balances
- Leaderboard * High-level bank operations such as loans
- High-level bank abstractions such as loans * Some trust based system for transactions similiar to Paypal
- Some trust based system similiar to Paypal
`**WARNING** : abruptly killing the program will result in data loss, use Close() method to close safely` `**WARNING** : abruptly killing the program will result in data loss, use Close() method to close safely`