https://github.com/gbaeke/realtime
Realtime updates from IoT device to browser
https://github.com/gbaeke/realtime
iot nodejs redis redis-channel socket-io
Last synced: 2 months ago
JSON representation
Realtime updates from IoT device to browser
- Host: GitHub
- URL: https://github.com/gbaeke/realtime
- Owner: gbaeke
- Created: 2017-04-22T21:12:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T15:09:27.000Z (over 8 years ago)
- Last Synced: 2026-01-29T22:57:00.059Z (5 months ago)
- Topics: iot, nodejs, redis, redis-channel, socket-io
- Language: JavaScript
- Homepage: http://iot-rtweb.azurewebsites.net/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# realtime
A sample socket.io application that subscribes to Redis channels with a * pattern subscribe. The contents of the channel is sent, via socket.io, to a remote client that has subscribed to a socket.io 'room' with a name that matches the Redis channel.
The application includes a very simple HTML page at / that connects to 'room' particle so that it receives the contents of the Redis channel called 'particle'.
This application works together with an Azure Function that picks up messages from IoT Hub and puts that message in a Redis channel with name 'particle'
This application contains integration with Shippable that automatically builds a new container image and pushes it to Azure Container Service via private container registry integration in Shippable)