kdb+ and q
Q+A on all things kdb+ database and the q language
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Qt QWebSockets with kdb+

Hello there, I am trying to connect to kdb process from C++ (using the Qt framework) using the very simple example provided by Qt for their QWebSocket class here: https://doc.qt.io/qt-6/echoclient.html Unfortunately this doesn't work for me. The stat...

odriscog by New Contributor
  • 969 Views
  • 2 replies
  • 0 kudos

Resolved! kdb+ and websockets

The syntax notion for opening a websocket is given as follows r:(`$":ws://host:port")"GET / HTTP/1.1\r\nHost: host:port\r\n\r\n" but what is the format if I want to connect with a specific URL and pass arguments using ? and &, such as below localhost...

jlucid by Contributor
  • 985 Views
  • 4 replies
  • 0 kudos