Changes between Version 191 and Version 192 of WikiStart


Ignore:
Timestamp:
06/04/19 14:20:44 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v191 v192  
    227227If you want to use another language than java or python2 to write your parties, you have a number of options
    228228* Make your own adapter that runs your language from Java. Check [source:pythonadapter/src/main/java/genius2/pythonadapter/PythonPartyAdapter.java our pythonadapter] for an example how this can be done.
    229 * Write your own partiesserver that correctly implements the [https://tracinsy.ewi.tudelft.nl/trac/Genius2PartiesServer partiesserver interface]. This boils down to creating up a webserver that  correctly can handle calls to a number of prescribed URLs and websockets.
     229* Write your own partiesserver that correctly implements the [https://tracinsy.ewi.tudelft.nl/trac/Genius2PartiesServer partiesserver interface]. This boils down to creating a webserver that  correctly can handle calls to a number of prescribed URLs and websockets.
    230230
    231231= JSON layout