Skip to content

Experimental chat protocol written in 2019

License

Notifications You must be signed in to change notification settings

kasesag/generic-chat-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic & experimental chat protocol

This is an old code written in 2019 containing server and a client for experimental chat protocol designed in mind to use JSON for serialization and boost library for networking.

PS: This code isn't perfect at all (to be honest it's quite junky).

Compiling

To build this code, you need to install boost (for boost::asio) and nlohmann-json libraries.

Next, head up to the directory with cloned code and build everything with:

make 
make -f client.mk

About

Experimental chat protocol written in 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published