CaBa - caching, lightweight (1000 LoC +-) NoSQL key-value database written in GoLang
To start server just use
go run .
REMEMBER that you need to install the golang first to use this command
For client you need to write the basic socket/tcp application (see the examples/main.py)