Skip to content
Snippets Groups Projects
Commit 8db42ff2 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed gevent from features, and added pyev

parent b10413f5
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@ Features
* **Bidirectional:** remote function can be call by both side of the
connection, so a client can connect to a server and export functions to it.
* **Use Gevent:** the server mode can use Gevent to take profits of
asynchronous io, but a threaded mode is also provided. The client mode can
be used without Gevent or Threading.
* **Fully event based**: sjRpc takes profits of asynchronous io, allowing a
server to handle thousands of client connection with a reasonable memory
usage.
* **Multiplexed:** sjRpc can run many "protocols" on the same connection,
read more about protocols in `Multiplexing & protocols`_ section.
* **Fallback mode:** for compatibility with olders sjRpc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment