nanomsg.org/go/mangos/v2@v2.0.9-0.20200203084354-8a092611e461/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.