From 62bdbb2e640670dca4bc597970146daa57aa9758 Mon Sep 17 00:00:00 2001 From: C Davis Date: Wed, 24 Aug 2022 04:43:39 -0400 Subject: [PATCH] README: Update to show availability of Dart SDK for obs-websocket (#981) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3070a17f..e1b490c5 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Here's a list of available language APIs for obs-websocket: - Javascript (Node and web): [obs-websocket-js](https://github.com/obs-websocket-community-projects/obs-websocket-js) by OBS Websocket Community - 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 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).