doc: Update README to add Java library

This commit is contained in:
Christophe Carvalho Vilas-Boas 2022-10-23 00:30:25 +02:00 committed by tt2468
parent 6e0220ac7b
commit 9f72852588

View File

@ -53,6 +53,7 @@ Here's a list of available language APIs for obs-websocket:
- C (uses obs-websocket-js): [v8-libwebsocket-obs-websocket](https://github.com/dgatwood/v8-libwebsocket-obs-websocket)
- Go: [goobs](https://github.com/andreykaipov/goobs) by andreykaipov
- Dart/Flutter (can target all supported platforms): [obs_websocket](https://github.com/faithoflifedev/obs_websocket) by faithoflifedev
- Java: [obs-websocket-java](https://github.com/obs-websocket-community-projects/obs-websocket-java) by OBS Websocket Community
The 5.x server is a typical WebSocket server running by default on port 4455 (the port number can be changed in the Settings dialog under `Tools`).
The protocol we use is documented in [PROTOCOL.md](docs/generated/protocol.md).