mirror of
https://git.kore.io/kore.git
synced 2024-11-10 20:29:11 +01:00
.. | ||
conf | ||
src | ||
.gitignore | ||
README.md |
Kore python async/await examples.
This example also shows off the asynchronous HTTP client support and requires libcurl on your machine.
Run:
$ kodev run
Test:
$ curl -k http://127.0.0.1:8888/queue
$ curl -k http://127.0.0.1:8888/lock
$ curl -k http://127.0.0.1:8888/proc
$ curl -k http://127.0.0.1:8888/socket
$ curl -k http://127.0.0.1:8888/httpclient