Changes between Version 435 and Version 436 of WikiStart


Ignore:
Timestamp:
07/28/21 10:19:01 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v435 v436  
    961961
    962962== Writing a party in other languages
    963 If you want to use another language than java or python2 to write your parties, you have a number of options
     963If you want to use another language than java or python to write your parties, you have a number of options
    964964* Make your own adapter that runs your language from Java. Check [source:pythonadapter/src/main/java/geniusweb/pythonadapter/PythonPartyAdapter.java our pythonadapter] for an example how this can be done.
    965 * Write your own partiesserver that correctly implements the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer partiesserver interface]. This boils down to creating a webserver that  correctly can handle calls to a number of prescribed URLs and websockets. 
     965* Write your own partiesserver that correctly implements the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer partiesserver interface]. This boils down to creating a webserver that  correctly can handle calls to a number of prescribed URLs and websockets.
    966966
    967967== System Resources, Security