https://github.com/shahul01/nlk-socket-simple-demo
Chat app with auto typing - React, Socket.IO & Node
https://github.com/shahul01/nlk-socket-simple-demo
nodejs react socket-io
Last synced: 3 months ago
JSON representation
Chat app with auto typing - React, Socket.IO & Node
- Host: GitHub
- URL: https://github.com/shahul01/nlk-socket-simple-demo
- Owner: shahul01
- Created: 2022-08-22T18:51:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T18:42:40.000Z (over 3 years ago)
- Last Synced: 2026-01-03T22:31:15.014Z (6 months ago)
- Topics: nodejs, react, socket-io
- Language: TypeScript
- Homepage: https://nlk-socket-simple-demo.vercel.app/chat
- Size: 433 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlk-socket-simple-demo
## Socket demo created with React and Node
## To Run
Use the following commands on these 2 folders.
### Server
```
cd server
npm i
npm run dev
```
### Client
```
cd ..
cd client
npm i
npm run start
```
## Screenshots
### Home

### Chat
