Changes between Version 19 and Version 20 of WikiStart


Ignore:
Timestamp:
03/11/19 15:01:29 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v19 v20  
    5454
    5555=== RunSession
    56 The main service available on the runserver is the RunSession service. It is available at http://runserver/runsession.
     56The main service available on the runserver is the RunSession service. It is available at {{{http://runserver/runsession}}}.
    5757This service starts up and runs a complete session when it is accessed (http get or post).
    5858To start a session, the http get must include a JSON-serialized genius2.protocol.session.SessionSettings object. Typically this looks like this (assuming you want to use SAOP protocol):
     
    7373
    7474=== Running Sessions
    75 The websocket address ws:..runserver/websocket/sessions sends updates of the current list of running sessions. The list is sent as a JSON List of strings , each string being the session ID of the running session. Every time the list changes, a new complete list is sent to clients listening to the websocket.
     75The websocket address {{{ws:..runserver/websocket/sessions}}} sends updates of the current list of running sessions. The list is sent as a JSON List of strings , each string being the session ID of the running session. Every time the list changes, a new complete list is sent to clients listening to the websocket.
    7676