JENPY experimental networking protocol YAY
nc localhost <port> VERB | key:value| key:value | .
. termination
| line separators
- Deploy to cloud
- Create a RSTR verb to restore from the disk
- Implement LRU for in memory cache of key value stores
- Set up async server to serve one basic key value word
- Implement ECHO verb
- Implement GET
- Implement PUT
- Create a background worker that periodically backs up in memory key values to disc
Databases Graph https://github.com/cosh/fallen-8
KeyVal https://github.com/hhblaze/DBreeze
Microsoft Networking: https://docs.microsoft.com/en-us/dotnet/framework/network-programming/asynchronous-server-socket-example
http://www.mikeadev.net/2012/07/multi-threaded-tcp-server-in-csharp/