This is a simple implemetation of a command line key value storage server (kind of like redis). The program itself acts as a server that can store string keys and values in memory and serve them ...