Skip to content

buccfer/http-proxy

Repository files navigation

HTTP Proxy

An HTTP Proxy with rate limit and statistics.

Architecture

Notification Flow

Project dependencies

Setup

  1. Make sure you are using the correct Nodejs version: nvm install
  2. Install project dependencies: npm install
  3. Create the .env file and adjust it to match your needs: cp .env.example .env
  4. Start the server with docker: docker-compose up

Using the proxy

Once the proxy is up and running, you can run the following command to make sure it works.

$ curl -i http://localhost:8080/posts/1

About

HTTP Proxy with rate limit and statistics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published