Use a RaspberryPi as a web server and push data in real time to clients on the same network
-
Frontend:
- HTML
- CSS
-
Backend:
- Node.js
- ExpressJS (web application framework for Node.js)
- Socket.io (enables realtime, bi-directional communication between web clients and servers)
- OnOff (GPIO access and interrupt detection with Node.js on Linux boards like the Raspberry Pi or BeagleBone)
- Node.js
-
Dev Tools:
This repository tries to follow GitFlow guidelines.