https://github.com/batusan/socket-api
A socket API for Watch Together App
https://github.com/batusan/socket-api
express socket-io
Last synced: about 2 months ago
JSON representation
A socket API for Watch Together App
- Host: GitHub
- URL: https://github.com/batusan/socket-api
- Owner: batusan
- Created: 2023-03-02T16:16:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T17:34:39.000Z (over 3 years ago)
- Last Synced: 2025-10-09T12:54:41.441Z (9 months ago)
- Topics: express, socket-io
- Language: JavaScript
- Homepage: https://wtg.batusan.dev
- Size: 642 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watch Together Api
A tiny Socket api for Watch-Together app
## Tech Stack
```
- Express
- Socket.io
```
Demo : https://wtg.batusan.dev
## Run Locally
Clone the project
```bash
git clone https://github.com/batusan/socket-api
```
Go to the project directory
```bash
cd socket-api
```
Install dependencies
```bash
yarn
```
Start the server
```bash
yarn run dev
```