Skip to content

Allows users to send websites and webpages to a remote network screen. (Similar to Chromecast)

License

Notifications You must be signed in to change notification settings

hudson-newey/Screen-Cast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

$ pnpm install
>

To run the screen

$ pnpm start
>

To run the client

$ cd ./client/ && go run main.go
>