Code to accompany the kdb+ and WebSockets whitepaper
- Start a q process and set it to listen on port 5001.
- Set the
.z.wsmessage handler using.z.ws:{neg[.z.w] -8! @[value;x;{`$ "'",x}]}. - Open
SimpleDemo.htmlin a web browser to view the web console example.
- Start a q process that loads the
pubsub.qscript. - Start a second q process that loads the
fh.qscript. - Open
websockets.htmlin a web browser to show tables updating in real time via a websocket connection.