Eric Satterwhite
Eric Satterwhite
also, if you are running on separate hosts or in containers / k8s. the ports numbers specifically are a little less important - every node could just use `:3456` and...
@TheConnMan This might be of interest to you as well
@amitrjain Sorry, justin seeing this now. I don't think there is anything too special to running this in kubernetes. Being that you need a couple of seed node to help...
And if `mtime` isn't something used by the kong server for something specific, that could probably just be `Date.now()`
@fffonion > On the other hand, with complicated module layout, the ideal way to do it by having them running in embedded server mode. Normally, you don't want to run...
@fffonion >I agree that the logic of loading a module from file can be simplified, it mostly come from I can't make the require magic just work. Can you elaborate...
> Normally, you don't want to run multiple different js projects in a same process and expect they don't fight > with each other. Thats how everything in Node.js works....
I think this was done in #101
this is pretty easy to do if following the plugin conventions in the examples. The only thing to work around really is name collisions. ```javascript 'use strict' // Extending local...
Is this project being abandoned?