Changes between Version 435 and Version 436 of WikiStart
- Timestamp:
- 07/28/21 10:19:01 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v435 v436 961 961 962 962 == Writing a party in other languages 963 If you want to use another language than java or python 2to write your parties, you have a number of options963 If you want to use another language than java or python to write your parties, you have a number of options 964 964 * 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. 966 966 967 967 == System Resources, Security