Changes between Version 191 and Version 192 of WikiStart
- Timestamp:
- 06/04/19 14:20:44 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v191 v192 227 227 If you want to use another language than java or python2 to write your parties, you have a number of options 228 228 * 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 upa 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. 230 230 231 231 = JSON layout