Added readme for the chat app example

This commit is contained in:
Manuel Cortez 2020-05-12 20:05:13 -05:00
parent f40536802b
commit 6a195bc0c4

View File

@ -0,0 +1,4 @@
# 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.