Skip to content

shahul01/nlk-socket-simple-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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