mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
16 lines
261 B
Markdown
16 lines
261 B
Markdown
Kore message framework example
|
|
|
|
Run:
|
|
```
|
|
# kodev run
|
|
```
|
|
|
|
Test:
|
|
```
|
|
Perform a simple GET request against the root page.
|
|
This should trigger the example app to send a message
|
|
to the other workers which will display it.
|
|
|
|
# curl -k https://127.0.0.1:8888
|
|
```
|