Changes between Version 490 and Version 491 of WikiStart


Ignore:
Timestamp:
10/12/22 14:01:43 (19 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v490 v491  
    1010
    1111This page describes the java-based core. This page shows the json structures mostly by example. The details of the core are spelled out by a java-based reference implementation contained here. There is also a python-based core to support python-based programming.
     12
     13== GeniusWeb overview
    1214
    1315The web architecture is split into 3 main parts:
     
    1618 * a profilesserver, where profiles are served over websockets.
    1719
    18 In a grand overview, the services cooperate as in this diagram:
     20The services cooperate as in this diagram:
    1921
    2022[[Image(source:design/systemoverview.png, 60%)]]
    2123
    22 The web architecture is detailed in the servers (see table below).
    23 
    24 
    25 
    26 == GeniusWeb overview
     24The runserver only runs the protocol. The protocol receives the run instructions which include the calls (URLs) to run the party and the URLs to open the profile (which is just passed on to the party). After calling the URLs each party runs on a partyserver. Each party in turn receives and opens the provided profile URL.
     25
     26The web architecture is detailed on the wiki pages of these servers.
     27
    2728GeniusWeb contains a number of components
    2829