Metadata-Version: 2.1
Name: batchsend
Version: 0.1.0
Summary: Nim / Python library to feed HTTP server quickly with custom messages
Home-page: https://github.com/marcomq/batchsend
Author: Marco Mengelkoch
Author-email: MMengelkoch@gmx.de
License: MIT
Keywords: nim,tcp,http-client
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: nimporter

# batchsend
![License](https://img.shields.io/github/license/marcomq/batchsend)


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

Currently uses AsyncSocket as this module is faster than AsyncHttpClient

## Docs

Documentation is [here](http://htmlpreview.github.io/?https://github.com/marcomq/batchsend/blob/main/docs/batchsend.html)


