30 | | * It then returns a websocket on which the party can be contacted |
31 | | * The connection implements something like {{{Connection<Inform, Action>}}} (see the references module in genius2 core) |
32 | | * accepts Inform objects and these are passed into the party (see the the party module in genius2 core) |
33 | | * can send Action objects as requested by the agent (see the events module in genius2 core) |
| 30 | * It then returns the address of a a websocket on which the party can be contacted. Usually this websocket will be on the same computer, but it might be elsewhere) |
| 31 | * The websocket connection implements |
| 32 | * accepts JSON-formatted Inform objects and these are passed into the party (see the the party module in genius2 core) |
| 33 | * can send JSON-formatted Action objects as requested by the agent (see the events module in genius2 core) |