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



      1 Example of using the asynchronous python api to create a simple
      2 echo server.
      3 
      4 Kore must have been built with PYTHON=1.
      5 
      6 On the command-line run the following
      7 
      8 $ kore echo.py
      9 
     10 Then connect to 127.0.0.1 port 6969 using netcat or so and you'll
     11 see it echo back everything you send it.