I’m trying it create a websocket on server, using GitHub - vbmithr/ocaml-websocket: Websocket library for OCaml and ws-server/lib at master · roddyyaga/ws-server · GitHub. Default websockets work OKay, but I have troubles to find a demo about secure websockets (i.e. links like “wss://…”).
In my project I use Lwt, and I’m looking for Lwt-based solution. But if using async will be required, OKay, I will rewrite.
I found something that mentions “wss” and “https”, but there are some issues with compilation of the code in the repo (ubound module Time_ns_unix
), so I decided to check community first.