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 (224B)



      1 Kore NOHTTP example
      2 
      3 Run:
      4 ```
      5 	$ kodev run
      6 ```
      7 
      8 Test:
      9 ```
     10 	Connect to the server using openssl s_client, you will notice
     11 	that anything sent is submitted back to your client.
     12 
     13 	$ openssl s_client -connect 127.0.0.1:8888
     14 ```