| 25 | |
| 26 | |
| 27 | = How it is expected to work = |
| 28 | The parties server is a component in the bigger genius2 framework. Its main function is to |
| 29 | * create an running instance of a party when a certain address on the server is requested |
| 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) |
| 34 | |