Fork of https://github.com/reddec/nano-run mostly because that one has no build script :-D
Go to file
Alexander Baryshnikov 0f5061e9e9 fix packaging 2020-10-02 09:27:53 +08:00
.github build: add ci for tag 2020-09-10 18:26:22 +08:00
_docs add admin UI 2020-10-01 21:09:40 +08:00
bundle add admin UI 2020-10-01 21:09:40 +08:00
cmd/nano-run add basic UI 2020-09-28 23:12:57 +08:00
internal initial code added 2020-09-10 18:11:34 +08:00
server ui: fix default values for authorization parameters 2020-10-01 21:49:06 +08:00
services use sequential ids 2020-09-28 23:36:20 +08:00
templates ui: use material theme, move to local instance 2020-10-01 21:58:30 +08:00
worker lint: fix code style 2020-10-01 21:13:44 +08:00
.dockerignore initial code added 2020-09-10 18:11:34 +08:00
.gitignore initial code added 2020-09-10 18:11:34 +08:00
.golangci.yml initial code added 2020-09-10 18:11:34 +08:00
.goreleaser.yml fix packaging 2020-10-02 09:27:53 +08:00
Dockerfile add admin UI 2020-10-01 21:09:40 +08:00
Dockerfile.build initial code added 2020-09-10 18:11:34 +08:00
LICENSE Initial commit 2020-09-10 18:07:43 +08:00
README.md initial code added 2020-09-10 18:11:34 +08:00
_footer.md build: add ci for tag 2020-09-10 18:26:22 +08:00
go.mod add admin UI 2020-10-01 21:09:40 +08:00
go.sum add admin UI 2020-10-01 21:09:40 +08:00

README.md

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.