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

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

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
![home](/client/assets/screenshots/home.png)
### Chat
![chat](/client/assets/screenshots/chat.png)