Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
02/28/19 16:56:33 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    2323
    2424To remove or rename a party, you can simply remove or rename the jar file.
     25
     26
     27= How it is expected to work =
     28The 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
    2535
    2636