Chat-App
The chat-App is an application that allows user to create a room and chat with other user in the same room.
I created the Chat application with Node js, Express, and sockiet.io for the end-to-end connection. This was my first time working with Socket.io and seeing
its capabilities on display was fun. I use Heroku to deploy the application. This current version does not save the conversation
but a later version will have user accounts, custom room, and saved conversations. Users will also be allowed to send photos to each other.
You can find the latest version's GitHub repo here: Chat-App.
Technologies:
- - Node js
- - Mustache
- - Heroku
- - Socket.io
- - Chat-App