Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kirillzhosul/reverse-proxy

Simple reverse proxy written in C
https://github.com/kirillzhosul/reverse-proxy

c educational http linux nginx proxy reverse-proxy socket

Last synced: 29 days ago
JSON representation

Simple reverse proxy written in C

Awesome Lists containing this project

README

        

# reverse-proxy
Simple reverse proxy written in C

# Requirements
Currently, runs only on Linux (no Windows support for now)

# Build
Simply build with `gcc` with no deps

# Run

./build [target_host] [target_port] [--verbose]