kore/examples/messaging
Joris Vink 064f2095b0 Update message framework with src/dst for workers.
One can now send messages to specific workers and
receiving workers can see the origin of the messages.
2015-07-06 21:08:36 +02:00
..
conf Add our messaging framework. 2015-06-22 21:13:32 +02:00
src Update message framework with src/dst for workers. 2015-07-06 21:08:36 +02:00
.gitignore Add our messaging framework. 2015-06-22 21:13:32 +02:00
README.md Add our messaging framework. 2015-06-22 21:13:32 +02:00

README.md

Kore message framework example

Run:

	# kore 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