J websocket demo2 Guides/Websocket

This example calls J to read the chinook database included with the data/sqlite addon.

First ensure that the data/sqlite addon is installed and tested. Run jconsole and start the server:

   load 'net/websocket/demo2/run'

Then connect and try the examples. The showtables button shows the first 5 records of each table. The example buttons show typical select queries. You can edit the text box to try other select queries.