Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
>
```