Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 374 Bytes

CaBa

CaBa - caching, lightweight (1000 LoC +-) NoSQL key-value database written in GoLang

Using

Server

To start server just use

go run .

REMEMBER that you need to install the golang first to use this command

Client

For client you need to write the basic socket/tcp application (see the examples/main.py)