lyric is a collection of software pieces wrote to learn software engineering concepts.
Objectives are:
- To learn fundamentals of Linux, Systems Programming, Distributed Systems and Software Engineering as whole.
- To understand, design and implement as many different software components as possible.
Simple library to build client-server based application over tcp protocol.
In-memory Key-Value-Store built using tcp_app_lib and google protobuf. Plan is to make it distributed and reusable in other software components.