mirror of
https://github.com/jorisvink/kore
synced 2025-03-08 19:19:02 -05:00
Example of using the asynchronous python api to create a simple echo server.
Kore must have been built with PYTHON=1.
On the command-line run the following
$ kore echo.py
Then connect to 127.0.0.1 port 6969 using netcat or so and you'll see it echo back everything you send it.