API Reference#
Regular Server#
Uninterrupted JSON Remote Procedure Calls library.
- class ucall.posix.Server#
Server class for Remote Procedure Calls implemented in Python
- max_lifetime#
Max lifetime of connections in microseconds
- port#
On which port the server listens
- queue_depth#
Max number of concurrent users
- route()#
Append a procedure callback
- run()#
Runs the server for N calls or T seconds, before returning
Rich Server#
- class ucall.rich_posix.Server(**kwargs)#