Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

httpproxy

This is an HTTP proxy server written in NodeJS. Proxy for regular HTTP traffic and Websocket connection.

Usage Examples

  • Forwarding all requests from localhost:8000 (default) to localhost:3000
node proxy.js -to=localhost:3000 
  • Forwarding all requests from localhost:8080 (default) to localhost:8000
node proxy.js -from=8080 -to=localhost:8000 

About

A simple NodeJS Http proxy server

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages