batchsend

Nim / Python library to feed HTTP server quickly with custom messages

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install batchsend
choosenim install batchsend
git clone https://github.com/marcomq/batchsend

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
batchsend - - - - - - -

Source

Repository https://github.com/marcomq/batchsend
Homepage https://github.com/marcomq/batchsend
Registry Source nimble_official

README

batchsend

License

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