弹性:反弹HTTP请求以实现负载平衡或作为HTTP主机路由器 源码
有弹性 将原始HTTP流量从传入的HTTP请求传递到远程端点 例子 route.js 根据主机字段将请求路由到端口8001和8002上的服务器: var bouncy = require ( 'bouncy' ) ; var server = bouncy ( function ( req , res , bounce ) { if ( req . headers . host === 'beep.example.com' ) { bounce ( 8001 ) ; } else if ( req . headers . host === 'boop
文件列表
bouncy-master.zip
(预估有个57文件)
bouncy-master
bench
bouncy.js
128B
results
big_core-http_0.8.12.txt
1KB
simple_http-proxy_0.8.5.txt
1KB
big_bouncy_2.0.0.txt
1KB
big_http-proxy_0.8.5.txt
1KB
simple_bouncy_2.0.0.txt
1KB
simple_core-http_0.8.12.txt
1KB
暂无评论