Skip to content

buccfer/http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9601007 · Sep 17, 2021

History

25 Commits
Sep 17, 2021
Sep 17, 2021
Sep 16, 2021
Sep 16, 2021
Sep 15, 2021
Sep 15, 2021
Sep 15, 2021
Sep 14, 2021
Sep 16, 2021
Sep 15, 2021
Sep 16, 2021
Sep 16, 2021

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