#web-apps #utility #tool #request #applications #http-request #router

app traffic_router

Reverse Proxy / Gateway for http request into several web applications

6 releases

0.1.6 Jul 9, 2020
0.1.5 Mar 12, 2020
0.1.2 Sep 21, 2019

#153 in #router

Download history 4/week @ 2024-02-23 2/week @ 2024-03-01 77/week @ 2024-03-29

77 downloads per month

MIT license

11KB
61 lines

traffic_router

Routes request into several web applications.

Also, an Async version is available here.

Goal

Intended to avoid Apache web server for such routing.

Setup

Following three files are needed to configure and run this router:

1. Sites.json - To update web application URLs, PORTs 
2. Port-Forwarding.txt - To enable and complete port forwarding processes described in it
3. traffic_router.service - To run this router as a service

Example

This traffic router is used in routing following two web applications; written in Rust/hyper; running in a digital ocean's droplet:

  1. find latest NAV site
  2. login app

Note: It works for http. For https, use NGINX. Refer https-demo for steps to be followed for nginx.

License

MIT

Dependencies

~7.5MB
~141K SLoC