django-modern-rpc icon indicating copy to clipboard operation
django-modern-rpc copied to clipboard

Simple XML-RPC and JSON-RPC server for modern Django

Results 13 django-modern-rpc issues
Sort by recently updated
recently updated
newest added
trafficstars

With v2 currently in development, the code become more modular. It will be possible to select a specific XML-RPC serialization or deserialization backend, and similarly for JSON-RPC. Up to v1.1,...

Since pytest is currently used as default launcher for project tests, we could add [pytest-benchmark](https://pypi.org/project/pytest-benchmark/) to perform some performance comparisons: - Compare the time took to run an async procedure...

enhancement

With the new v2 release currently in development, we will be able to add a specific RPC view, written with `async` keyword, that allows to call any remote procedure (sync...

enhancement