Changes between Version 176 and Version 177 of WikiStart
- Timestamp:
- 05/08/19 13:10:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v176 v177 211 211 = Writing a party in other languages 212 212 If 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 [so ruce:/pythonadapter/PythonPartyAdapter.java] for an example how this can be done.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. 214 214 * 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. 215 215