kore/examples/messaging
Joris Vink fcc044af87 change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
..
conf change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
src Message shutdown request (#168) 2017-01-17 18:18:01 +01:00
.gitignore Add our messaging framework. 2015-06-22 21:13:32 +02:00
README.md kore -> kodev where appropriate 2017-03-06 11:00:53 +01:00

README.md

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