1
0
Fork 0
mirror of https://gitlab.com/niansa/pyChat.git synced 2025-03-06 20:53:34 +01:00
No description
Find a file
2023-02-11 17:24:11 +00:00
.gitignore Initial commit 2022-04-09 22:41:05 +02:00
CMakeLists.txt Allow compilation on older platforms 2022-04-09 23:01:57 +02:00
main.cpp Check nickname length 2022-04-09 23:20:00 +02:00
README.md Add README.md 2023-02-11 17:24:11 +00:00

pyChat

An example project on how to use Boost ASIO as a TCP server providing a simple chat service you can connect to just using something like netcat.

The port is hardcoded to 22080.