From a425fcfb7a0684db71453a13cf6ae6832b917da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= Date: Wed, 25 Oct 2023 01:02:37 +0200 Subject: [PATCH] Docs: Add example project for HaLo Bridge (#256) --- docs/halo-bridge.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/halo-bridge.md b/docs/halo-bridge.md index 78a828b..76657cd 100644 --- a/docs/halo-bridge.md +++ b/docs/halo-bridge.md @@ -139,3 +139,7 @@ grep -v -q "halo-bridge.internal" /etc/hosts && echo "" >> /etc/hosts && echo "1 ``` The HaLo Bridge would automatically detect the certificate upon the next startup and start the Secure WebSocket server at `wss://halo-bridge.internal:32869`, in addition to the normal (unsecured) WebSocket endpoint at `ws://127.0.0.1:32868`. + +## Example project + +Please check GitHub [arx-research/libhalo-example-reactjs-bridge](https://github.com/arx-research/libhalo-example-reactjs-bridge) project for the complete project example.