shahul01 / nlk-socket-simple-demo

Chat app with auto typing - React, Socket.IO & Node
https://nlk-socket-simple-demo.vercel.app/chat
2 stars 0 forks source link
nodejs react socket-io

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

Chat

chat