An instant messaging application built with Node and Socket.io. You can create chat rooms that you and your friends and family can enter to talk about whatever is important at the time.
- Clone the repository
- CD into the repository
- Run
npm install
to install dependencies - Run
npm start
to start the application locally