django-modern-rpc
django-modern-rpc copied to clipboard
Simple XML-RPC and JSON-RPC server for modern Django
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...
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...