Skip to content

revolution-robotics/roadrunner-web-dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roadrunner web dispatcher

The revo-web-dispatch command routes and/or redirects web queries to port 80/443.

Build

By default the Golang implementation of revo-web-dispatch builds for GNU/Linux running on ARMv7. The requisite toolchain to compile the source and compress the binary:

  • a go compiler, and
  • the upx packer.

Run:

git clone https://github.com/revolution-robotics/revo-web-dispatch.git
make -C revo-web-dispatch

To build for another architecture, e.g., GNU/Linux on AMD64, run:

GOOS=linux GOARCH=amd64 make -C revo-web-dispatch

For a full list of supported OSes and architectures, run:

go tool dist list

About

Roadrunner web dispatcher

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published