MarkReedZ / mrhttp

The fastest python web framework - 8.5m requests per second!
MIT License
19 stars 6 forks source link

Write json request straight to a Queue in C #1

Closed MarkReedZ closed 6 years ago

MarkReedZ commented 6 years ago

The bulk of the traffic that hits my backend is votes / comments which is just a json request that I pass through to a queue. This issue is to benchmark a python implementation and consider implementing a MrQ and NATS C client.

MarkReedZ commented 6 years ago

I'm using mrhttp and mrworkserver in production. I've added a simple example to examples/. If anyone wants a NATS C client open a new issue.