Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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