This is the repository for a simple chat application using koa, react and socket.io.
docker-compose build
ENDPOINT=http://0.0.0.0:9000 docker-compose up
-
Add animations to new chat messages.
-
Make command-enter post a message.
-
Let others know when someone is typing a message.
-
Add functionality for different rooms.