Skip to content

mancioshell/NodeJS-Digital-Photo-Frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJSDigitalPictureFrame

NodeJS Digital Picture Frame using seneca framework to create microservice, and socket.io to push image from Filesystem(or NAS) to the connected browser.

  • Compile js client with browserify: browserify public/src/main/index.js -o public bundle.js

  • Start cec-client : node cec/cec-client.js (You must have an hardware support USB CEC Adapter. See this for more information: https://github.com/Pulse-Eight/libcec). You can simulate cec command using client/ws-client.js

  • Start websocket microservice: node websocket/ws-microservice.js

  • Start network filesystem microservice: node nfs/nfs-microservice.js

  • Start express server: node index.js

  • Open browser at localhost:3000

  • Enjoy :)

Used Technology:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published