github.com/gdamore/mangos@v1.4.0/examples/websocket/README.md (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.