https://github.com/amitanshusahu/socket-tv
web replacement for my home tv
https://github.com/amitanshusahu/socket-tv
Last synced: 3 months ago
JSON representation
web replacement for my home tv
- Host: GitHub
- URL: https://github.com/amitanshusahu/socket-tv
- Owner: amitanshusahu
- Created: 2024-05-08T15:28:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-08T15:49:14.000Z (about 1 year ago)
- Last Synced: 2024-12-27T15:12:36.469Z (5 months ago)
- Language: JavaScript
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 socket Tv ⭐---
img
---
## 📌 Set up project
- clone the repo
```bash
git clone "https://github.com/amitanshusahu/socket-tv" && cd socket-tv"
```
- go to `server` folder and start server
```bash
cd server && npm start
```
> Note: you will require Node 19+ because of the --watch flag, if you have Node 18-, then `node server.js` to start the server- go to `client` folder and start
```bash
cd ../client && npm run dev
```## 📓 References
- Vidoe
- [Web Socket, System Design](https://youtu.be/pnj3Jbho5Ck)
- [All about Web Sockets implementaion in node using socket.io](https://youtu.be/ZKEqqIO7n-k)
- [scaleing web sockets](https://youtu.be/xtCddOjITvo)
- [Web Transport Protocol?](https://youtu.be/jvdg-jOYK5E)---
Star the Repo ⭐