Changes between Version 490 and Version 491 of WikiStart
- Timestamp:
- 10/12/22 14:01:43 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v490 v491 10 10 11 11 This 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 12 14 13 15 The web architecture is split into 3 main parts: … … 16 18 * a profilesserver, where profiles are served over websockets. 17 19 18 In a grand overview, the services cooperate as in this diagram:20 The services cooperate as in this diagram: 19 21 20 22 [[Image(source:design/systemoverview.png, 60%)]] 21 23 22 The web architecture is detailed in the servers (see table below). 23 24 25 26 == GeniusWeb overview 24 The 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 26 The web architecture is detailed on the wiki pages of these servers. 27 27 28 GeniusWeb contains a number of components 28 29