An open API service indexing awesome lists of open source software.

https://github.com/bas1c1/caba

CaBa - caching, lightweight NoSQL key-value database written in GoLang
https://github.com/bas1c1/caba

Last synced: 6 months ago
JSON representation

CaBa - caching, lightweight NoSQL key-value database written in GoLang

Awesome Lists containing this project

README

          

# 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)