Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dcsunset/remote-chat

A point to point command line chat program
https://github.com/dcsunset/remote-chat

Last synced: 3 days ago
JSON representation

A point to point command line chat program

Awesome Lists containing this project

README

        

# Remote-Chat
A point to point command line chat program

## Dependency
* C++14 compiler
* Boost C++ Library ( >= 1.67)

## Build
Run
```
make
```

## TODO
* [ ] Implement SSL connection
* [ ] Implement Control Message
* [ ] Improve UI design