Fork of https://github.com/reddec/nano-run mostly because that one has no build script :-D
Go to file
Alexander Baryshnikov 68c0c63a9f add admin UI 2020-10-01 21:09:40 +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 add admin UI 2020-10-01 21:09:40 +08:00
services use sequential ids 2020-09-28 23:36:20 +08:00
templates add admin UI 2020-10-01 21:09:40 +08:00
worker add admin UI 2020-10-01 21:09:40 +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 build: packaging ui 2020-09-28 21:55:31 +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.