Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hudson-newey/screen-cast
Allows users to send websites and webpages to a remote network screen. (Similar to Chromecast)
https://github.com/hudson-newey/screen-cast
cast chrome chromecast electron express express-js expressjs raspberry-pi screen-cast screensharing smart-home smarthome
Last synced: 9 days ago
JSON representation
Allows users to send websites and webpages to a remote network screen. (Similar to Chromecast)
- Host: GitHub
- URL: https://github.com/hudson-newey/screen-cast
- Owner: hudson-newey
- License: unlicense
- Created: 2020-06-04T10:17:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T12:56:59.000Z (9 months ago)
- Last Synced: 2024-02-17T13:41:49.946Z (9 months ago)
- Topics: cast, chrome, chromecast, electron, express, express-js, expressjs, raspberry-pi, screen-cast, screensharing, smart-home, smarthome
- Language: HTML
- Homepage: https://grathium-industries.github.io/posts/blog/screen-cast
- Size: 433 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **_Screen Cast_**
A simple alternative to Chromecast which can run on a Raspberry pi
---#### Created with
* ElectronJS (screen)
* ExpressJS (screen)
* Go-Lang (client)#### To use
to install dependencies
(You can replace `pnpm` with `npm` or `yarn` if you want to use them instead.)
```sh
$ pnpm install
>
```To run the screen
```sh
$ pnpm start
>
```To run the client
```sh
$ cd ./client/ && go run main.go
>
```