enet-client-server/examples/chat app/README.md

5 lines
289 B
Markdown
Raw Normal View History

2020-05-13 03:05:13 +02:00
# Chat application based in enet
this is an example of a chat client/server application which uses enet as the underlying protocol to generate the connections. So far, the application is really simple but is already ready to be tested by running the client/main.py and server/server.py.