Changes between Version 43 and Version 44 of WikiStart


Ignore:
Timestamp:
05/02/19 14:37:46 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v43 v44  
    7171* On the server implementation provided here, the urls look like {{{http://...:8080/partiesserver/run/<party name>}}}
    7272
    73 === /running
    74 /running creates new running instance of a party
     73
     74=== /run/<party>
     75/run/<party> creates new running instance of a party
    7576When a client does a http get with an URI as provided in the GeneralPartyInfo field above, the server tries to create a running instance of that party. There are two possible responses from the party server:
    7677
     
    8990 * can send JSON-formatted Action objects as requested by the agent (see the events module in genius2 core)
    9091
     92=== /running
     93/running provides a websocket that continuously sends a list of currently running parties (each being a serialized RunningPartyInfo object containing the name, id , start and  (worst case) end time.
    9194
    9295=== /free