go.nanomsg.org/mangos/v3@v3.4.3-0.20240217232803-46464076f1f5/examples/websocket/README.adoc (about) 1 This code demonstrates how to use multiple mangos sockets on a single 2 WebSocket port, sharing an http server instance between a REQ/REP socket, 3 a PUB/SUB socket, and a static handler. 4 5 See the run.sh script for instructions as to how to run it.