mirror of
https://github.com/jorisvink/kore
synced 2025-04-07 02:10:02 -04:00
15 lines
231 B
Markdown
15 lines
231 B
Markdown
Kore python async/await examples.
|
|
|
|
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
|
|
```
|