websocketd
websocketd copied to clipboard
Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
I'd like to get the opinion of the community on whether websocketd should continue to include CGI support? What I mean by this is classic CGI support for HTTP requests....
need to handle the DISCONNECT message rather than getting "Unexpected error while reading STDOUT from process".
**Problem Description:** I am working on a solution to pipe multiple CLI apps to generate a website. In Linux terms, it will look like: Request | CLI_APP --output json |...
I saw the example codes and it is great. It actually works. I got a working websocket connection running on windows 10 after trying other websockets which never worked for......
How do I execute system("XXX");on the server?
`>:websocketd-0.3.0-darwin_amd64 jfields$ xattr -rd com.apple.quarantine websocketd` `>:websocketd-0.3.0-darwin_amd64 jfields$ ./websocketd --port=8080 my-app` Segmentation fault: 11
Using this command to start websocketd to collect weewx weather information from mosquitto: ``` websocketd --port=8080 --address=127.0.0.1 --loglevel=debug mosquitto_sub -h 10.2.6.1 -p 1883 -t weather/loop -u weewx -P weewx --pretty...
I was looking for an example of how to use websocketd with PowerShell on Windows. The provided .cmd files should be a good starting point. Tested on Windows 10 (PowerShell...
Hello, i have a webapp which runs an ansible playbook , could you please guide on how to integrate websockets with django views
I have a program which returns system stats using `psutil` and [`gputil`](https://github.com/anderskm/gputil) it works fine when used directly by throws error in `gputil` module when this program is used through...