Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethanent/coroute

Node HTTP reverse-proxy server
https://github.com/ethanent/coroute

http http-proxy http-router http-routing http-server node nodejs reverse-proxy server

Last synced: about 1 month ago
JSON representation

Node HTTP reverse-proxy server

Awesome Lists containing this project

README

        

coroute logo

> The Node.js HTTP reverse-proxy server.

[GitHub](https://github.com/ethanent/coroute) | [NPM](https://www.npmjs.com/package/coroute)

## Install

```shell
npm i -g coroute
```

## Configure

Learn about configuring coroute with the [configuration guide](https://github.com/ethanent/coroute/blob/master/guide/CONFIGURE.md)!

## Start coroute

coroute
--f / --config (optional) string - Relative config file location. Default: `./config.json`

If a config doesn't exist at the config location, the default config will be placed there.