enet-client-server/examples/chat app
2020-05-12 20:05:13 -05:00
..
client Added basic chat example. 2020-05-12 20:03:14 -05:00
server Added basic chat example. 2020-05-12 20:03:14 -05:00
README.md Added readme for the chat app example 2020-05-12 20:05:13 -05:00
requirements.txt Added basic chat example. 2020-05-12 20:03:14 -05: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.