All Questions
1 question
4
votes
1
answer
2k
views
Websocket-based server for Raspberry Pi
I am trying to build a websocket server to run on the Raspberry Pi. The websocket server has to push periodic realtime update to a browser. Here is a sample code that I am planning to use. The example ...