Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nowshad-sust/socket.io-tutorial
- Owner: nowshad-sust
- License: mit
- Created: 2020-04-12T09:54:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:18:47.000Z (about 2 years ago)
- Last Synced: 2023-02-28T22:56:15.393Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=cVhY_tZOS_k
- Size: 388 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.