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)
- Host: GitHub
- URL: https://github.com/jagthefriend/chat-app-with-rooms
- Owner: JagTheFriend
- License: agpl-3.0
- Created: 2021-11-30T19:24:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T18:15:46.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T13:54:20.111Z (4 months ago)
- Topics: express, socketio, socketio-typescript, typescript, typescript-express
- Language: TypeScript
- Homepage:
- Size: 2.14 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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