Changes between Version 177 and Version 178 of WikiStart


Ignore:
Timestamp:
05/08/19 13:13:50 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v177 v178  
    211211= Writing a party in other languages
    212212If you want to use another language than java or python2 to write your parties, you have a number of options
    213 * Make your own adapter that runs your language from Java. Check the [source:/pythonadapter/PythonPartyAdapter.java] for an example how this can be done.
     213* 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.
    214214* 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.
    215215