Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 659 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 659 Bytes

koheron-server

Circle CI

Koheron Server provides routes towards commands defined as C++ functions. Commands are remotely accessed using TCP and/or Websocket protocol(s).

High performance is achieved by compiling into a single executable the user defined commands with the native support for TCP/Websocket protocols.

A reference implementation for the client is provided in Python: https://github.com/Koheron/koheron-python.

See the documentation to learn more.