Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IshaanOhri/Spreen
Now use any device with a web browser as a second screen for your laptop or PC. No cables. No internet. No software installation. Just Spreen, that's it.
https://github.com/IshaanOhri/Spreen
nodejs peerjs screen-sharing socket-io webrtc
Last synced: about 2 months ago
JSON representation
Now use any device with a web browser as a second screen for your laptop or PC. No cables. No internet. No software installation. Just Spreen, that's it.
- Host: GitHub
- URL: https://github.com/IshaanOhri/Spreen
- Owner: IshaanOhri
- License: mit
- Created: 2021-02-03T09:03:06.000Z (almost 4 years ago)
- Default Branch: simple
- Last Pushed: 2024-08-03T00:37:19.000Z (5 months ago)
- Last Synced: 2024-08-03T17:12:39.800Z (5 months ago)
- Topics: nodejs, peerjs, screen-sharing, socket-io, webrtc
- Language: HTML
- Homepage: https://ishaanohri.github.io/Spreen/
- Size: 696 KB
- Stars: 42
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webrtc - Spreen - The Screen Sharing App. (Projects / Screen)
README
Spreen
The Screen Sharing App
Now use any device with a web browser as a second screen for your laptop or PC. No cables. No internet. No software installation. Just Spreen, that's it.## Steps to start server
#### 1. Clone repository
```
git clone https://github.com/IshaanOhri/Spreen
```#### 2. Start Spreen server
- Install packages
```
npm ci
```- Start server:
```
npm start
```#### 3. Open browser:
- Start screen share
```
http://localhost:3000
```- View screen share
```
http://:3000/watch
```## Contributing
Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/NewFeature`)
3. Commit your Changes (`git commit -m 'Add some NewFeature'`)
4. Push to the Branch (`git push origin feature/NewFeature`)
5. Open a Pull Request## License
The project is distributed under the MIT License. See [LICENSE](https://github.com/IshaanOhri/Spreen/blob/master/LICENSE) for more information.
## Author
- [Ishaan Ohri](https://github.com/IshaanOhri)
## Tech Stacks / Tools used