Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitri-hy/screen-streaming-nodejs
Aplikasi dasar Streaming Layar secara real-time menggunakan teknologi NodeJS dengan Socket.io.
https://github.com/fitri-hy/screen-streaming-nodejs
live-stream nodejs socket-io streaming
Last synced: about 2 months ago
JSON representation
Aplikasi dasar Streaming Layar secara real-time menggunakan teknologi NodeJS dengan Socket.io.
- Host: GitHub
- URL: https://github.com/fitri-hy/screen-streaming-nodejs
- Owner: fitri-hy
- License: mit
- Created: 2024-07-13T10:52:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T10:58:01.000Z (6 months ago)
- Last Synced: 2024-07-13T11:58:37.647Z (6 months ago)
- Topics: live-stream, nodejs, socket-io, streaming
- Language: EJS
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Screen Streaming Socket.IO
Aplikasi dasar Streaming Layar secara real-time menggunakan teknologi NodeJS dengan Socket.io.
## Installation
```
git clone https://github.com/fitri-hy/screen-streaming-nodejs.git
cd screen-streaming-nodejs
npm install
npm start
```## Endpoint URL
- Streamer: `http://localhost:3000/streamer`
- Viewer: `http://localhost:3000/`