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

5 lines
289 B
Markdown

# 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.