kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

README.md (261B)



      1 Kore message framework example
      2 
      3 Run:
      4 ```
      5 	# kodev run
      6 ```
      7 
      8 Test:
      9 ```
     10 	Perform a simple GET request against the root page.
     11 	This should trigger the example app to send a message
     12 	to the other workers which will display it.
     13 
     14 	# curl -k https://127.0.0.1:8888
     15 ```