Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • statsd-proxy ... server. Instead, the client is going to send HTTP GET request, and the proxy server will translate that into UDP call to statsd server Link: [statsd](https://github.com/etsy/statsd/) ## From HTTP to UDP - Increment `/ ...
  • intercept-proxy ... :3000 and point to myremotesite.com ##Usage By pointing the proxy server at a url and running the app, you can ... /local/js/main.js ###Controlling headers for local intercepts intercept-proxy adds headers by default for common resource extensions such as ...
  • size-proxy ... an array of client protocols. Size.IO Proxy ========== The Size.IO Proxy server is a high performance, lightweight and ... to keep the service running in the background. ## Configuring the proxy The `config.js` file contains configuration values worth ...
  • node-http-proxy nodejs http(s) proxy server #NodeJS HTTP(S) PROXY SERVER This proxy server app is written by Chunlong Liu (longbill.cn@gmail.com) It is a simple HTTP(s) proxy server app. It can be used to cross some network firewall. ##Requires NodeJS > 0.4
  • Web-Proxy---Chrome-Extension---NodJS-Server ... /photo/any other file from desired banned domain via own web proxy server. Protocols supported: http and https. Cookies does not work right ... in web proxy mode if you wish todo: cookies for now, server does not do http(s) request with cookies. Works with ...
  • Transparent-Proxy ... proxy within IIT Bombay's network( using netmon proxy server) Transparent-Proxy ================= Greatly influenced by http://przemoc.net/tips/ ... . If you can use firefox without filling in the proxy information then you should add ./iptables.sh to your ...
  • express-proxy ... `Proxy(root|options)` Initializes a new `Proxy` server. `root` is the only required parameter. If you pass in a ... pass in an options object. Some options include: ```js var proxy = Proxy({ root : __dirname, home : 'blog' }); ``` By passing in the ` ...
  • nodejs.tcp.proxy Simple node.js TCP proxy Simple nodejs proxy server ========================== The situation is the following one: * One host (client) establishes ... conection to the remote's port * We want to put a proxy server in the middle * we can do it with netcat or ...
  • novela-2012-server ... provided by the @start@ script located in the ekito server. h2. Overall architecture !https://raw.github.com/Ekito/ ... ://www.wimha.com/$1" ) } $HTTP["host"] =~ "" { proxy.balance = "round-robin" proxy.server = ( "/" => ( ( "host" => "127.0.0.1 ...
  • erlang-tcp-proxy TCP Proxy Server in Erlang TCP Proxy Server ================ See http://www.duomark.com/erlang/tutorials/proxy.html for more info. I made some small fixes for the origin code to run on R15B01.