mirror of
https://github.com/marcomq/batchsend
synced 2026-01-15 04:01:37 +00:00
No description
| .github/workflows | ||
| docs | ||
| src | ||
| test | ||
| .gitignore | ||
| batchsend.nimble | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
batchsend
Nim / Python library to feed HTTP server quickly with custom messages
Currently uses AsyncSocket as this module is faster than AsyncHttpClient Notice that the library uses threads that might not catch all network errors You cannot catch those when using the python library - the application might crash in such a case.
Docs
Documentation is here