/Chat-App-With-Rooms

Chat app where the user could: join existing chat, create a new chat, and invite other users to chat (by sharing the link)

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Chat App

A simple chat app made with Express and Socketio
where the user could:

  • join existing chat
  • create a new chat
  • invite other users to chat (by sharing the link)

Run npm install to downloading all the dependencies
then run: npm run dev to start the project and visit http://localhost:3000 to view it in the browser