Changes between Version 43 and Version 44 of WikiStart
- Timestamp:
- 05/02/19 14:37:46 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v43 v44 71 71 * On the server implementation provided here, the urls look like {{{http://...:8080/partiesserver/run/<party name>}}} 72 72 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 75 76 When 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: 76 77 … … 89 90 * can send JSON-formatted Action objects as requested by the agent (see the events module in genius2 core) 90 91 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. 91 94 92 95 === /free