https://github.com/windowsnt/websocketcontrol
https://github.com/windowsnt/websocketcontrol
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/windowsnt/websocketcontrol
- Owner: WindowsNT
- Created: 2022-05-01T07:24:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T15:37:20.000Z (about 4 years ago)
- Last Synced: 2025-03-24T13:21:29.048Z (about 1 year ago)
- Language: C++
- Size: 25.4 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# WebInterface
A way for Windows apps to be remotely controlled by a Web Interface using WebSockets
CodeProject article: https://www.codeproject.com/Articles/5331019/Web-Controlling-a-Win32-App-using-WebSockets
#
This is an example on how the WebSocket.h API can be used - https://docs.microsoft.com/en-us/windows/win32/api/websocket/
It runs a simple Win32 application that can send messages to a HTTP client (Web Browser) via WebSockets are receive them as well.