Git Product home page Git Product logo

route-switcher-kt's Introduction

Route Switcher

English | δΈ­ζ–‡

Route Switcher is a reverse proxy server application developed using Java and Vert.x. It is designed to route the network traffic to different destinations based on the specified routing rules.

Features

  • Dynamic route network traffic to different destinations based on the URI prefix.
  • Web interface to add, update, and delete routing rules on the fly.
  • Web interface to monitor and debug your network traffic.

Setup and Run

To set up and run the application, you need to have Java and Maven installed. Then, you can clone the repository and run the application using Maven.

# update config.json to set the port
mvn clean install
mvn exec:java

The application will start and listen on the configured port.

Using the UI

Once the application is running, you can open your browser and navigate to http://localhost:<port> to access the Route Switcher interface. Here, you can manage your routing rules.

Each rule consists of a uriPrefix and a target. The uriPrefix is the beginning of the URI that the rule should match, and the target is the server to which requests matching the uriPrefix should be routed.

route-switcher-kt's People

Contributors

colinzhu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.