This is a simple chat application for the "Introduction to Real-Time Communication Using Websockets" workshop at the IvyHacks 2020 Hackathon. 🍃💬
Here are the slides for the workshop.
Prerequisites to run locally:
Make sure you have the latest version of node and npm installed (node version 14.12 >)
To run this application locally, do the following:
git clone git@github.com:sbssai123/messaging-websocket-tutorial.git
cd messaging-websocket-tutorial
npm install
npm run dev
This application is deployed using Heroku and can be accessed here.