Alexander Baryshnikov 89f86e9fe6 build: add ci for tag
2020-09-10 18:26:22 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:26:22 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:26:22 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:11:34 +08:00
2020-09-10 18:07:43 +08:00
2020-09-10 18:11:34 +08:00

Nano-Run

Lightweight async request runner.

A simplified version of trusted-cgi designed for async processing extreme amount of requests.

Goals

  • Minimal requirements for host;
  • Should have semi-constant resource consumption regardless of:
    • number of requests,
    • size of requests,
    • kind of requests;
  • Should be ready to run without configuration;
  • Should be ready for deploying in clouds;
  • Should support extending for another providers;
  • Can be used as library and as a complete solution;
  • Performance (throughput/latency) has less priority than resource usage.
Description
Fork of https://github.com/reddec/nano-run mostly because that one has no build script :-D
Readme 313 KiB
Languages
Go 67.4%
HTML 32.2%
Dockerfile 0.2%
Shell 0.2%