An open API service indexing awesome lists of open source software.

https://github.com/jagthefriend/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)
https://github.com/jagthefriend/chat-app-with-rooms

express socketio socketio-typescript typescript typescript-express

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](http://localhost:3000) to view it in the browser