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