https://github.com/zer0m4n/chat-room
Software engineering fundamentals project, done in node js and socket.io
https://github.com/zer0m4n/chat-room
express learn nextjs node-js socket-io tailwindcss
Last synced: 9 months ago
JSON representation
Software engineering fundamentals project, done in node js and socket.io
- Host: GitHub
- URL: https://github.com/zer0m4n/chat-room
- Owner: Zer0M4n
- License: unlicense
- Created: 2024-11-13T01:00:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T22:35:43.000Z (12 months ago)
- Last Synced: 2025-04-30T09:16:50.717Z (9 months ago)
- Topics: express, learn, nextjs, node-js, socket-io, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 1.97 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat-Room
Software engineering fundamentals project, done in Next.js and Socket.io
## How to execute this project
This project has two directories called **client** and **server** we host in each of them and execute the following command
npm run dev

