9 ms·
What is the context? Is this for production? Is there a ton of bandwidth to be used?
by barylen 13y ago
What is the context? Is this for production? Is there a ton of bandwidth to be used?
- cfcf 13y agoIt's just a side project (a realtime chat application built with Meteor) I'm not sure how much traffic I will get, but certainly not enough to stress out one worker. It's just for fun
- simantel 13y agoIf it's just a side project, why not host it on Meteor? All you have to do is set up a CNAME record to point at origin.meteor.com: http://docs.meteor.com/#deploying http://docs.meteor.com/#deploying
- cfcf 13y agoGood point, didn't even know about this option. Nevermind though, since I got my opensource drone on nodejitsu! Thanks