2017-03-06 23:18:16 +01:00
..
2017-03-06 23:18:16 +01:00
2017-02-07 22:54:42 +01:00
2017-01-25 22:38:06 +01:00
2017-03-06 11:00:53 +01:00

Kore python module example.

This application requires kore to be built with PYTHON=1.

It mixes native code (dso) with python code.

Run:

	$ kodev run

Test:

	$ curl -k https://127.0.0.1:8888
	$ curl -k https://127.0.0.1:8888/state
	$ curl -k https://127.0.0.1:8888/auth
	$ curl -X PUT -d '{\"hello\": 123}' https://127.0.0.1:8888/json