batchsend
Nim / Python library to feed HTTP server quickly with custom messages
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
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
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