honeycomb-server icon indicating copy to clipboard operation
honeycomb-server copied to clipboard

the micro-app container server

Results 25 honeycomb-server issues
Sort by recently updated
recently updated
newest added

通过重写 run.js中的 `net.Server.prototype.listen()`, 可以无感知的替换监听端口为domain-sock, 再通过process.honeycomb提供接口启动,看起来可以做到比现在的app挂载方式更优雅 file: run.js ``` net.Server.prototype.listen = () => { }; process.honeycomb = { targetSock, config, ready: function (config) { } }; ``` app的编写就简化为: file: app.js ```...

compare these situation: ``` * simple Node.js http app (cluster mode) * simple Node.js http app (nginx upstream with apps listen on ports) * honeycomb server (nginx upstream with apps...

At present, only the default port (80) has health check, other ports don't.

app is still online, but `isCurrWorking` is false error: > 20180322-11:06:46.299 INFO #10821 MASTER unmout_app : appname_2.2.4_1 (target/honeycomb/lib/master.js:502:7) 127.0.0.1 20180322-11:06:46.324 ERROR #10821 NGINX nginx_config_error nginx: [emerg] "client_max_body_size" directive is duplicate...