Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nowshad-sust/socket.io-tutorial

Socket.io in Bangla tutorial source code
https://github.com/nowshad-sust/socket.io-tutorial

Last synced: about 2 months ago
JSON representation

Socket.io in Bangla tutorial source code

Awesome Lists containing this project

README

        

# 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`.