nowshad-sust / socket.io-tutorial

Socket.io in Bangla tutorial source code

Home Page:https://www.youtube.com/watch?v=cVhY_tZOS_k

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket.io-tutorial

A project done in the process of making a socket.io tuorial in Bangla.

How to run?

  • Clone the repository.
  • Open seprate terminal windows/tabs in the client and server folder.
  • For server run npm install, then npm start.
  • Now the server should be up on http://localhost:4000.
  • For client run npm install, then npm start.
  • Now the frontend should be up on http://localhost:3000.

About

Socket.io in Bangla tutorial source code

https://www.youtube.com/watch?v=cVhY_tZOS_k

License:MIT License


Languages

Language:JavaScript 72.9%Language:CSS 15.5%Language:HTML 11.7%