CEO of https://zeit.co here! Happy to answer any questions throughout the day :)
Now: realtime Node.js deployments
21–30 of 121 posts
Re: Now: realtime Node.js deployments
#22Re: Now: realtime Node.js deployments
#23Red Hat Openshift has a solid free tier, free SSL, git push deployments, node / ruby / python / java / php / etc., mysql / postgres, redis. Why would I use this over that? https://www.openshift.com/
Our focus is on empowering the realtime JavaScript cloud with its rich module ecosystem. With the advent of microservices, code will become more succinct. Your backends will be aggregations of small functions with clear inputs and outputs. The syntactic differences between languages will matter less. Our bet is that JS has the largest and most prolific community!
Re: Now: realtime Node.js deployments
#24CEO of https://zeit.co here! Happy to answer any questions throughout the day :)
Re: Now: realtime Node.js deployments
#25Re: Now: realtime Node.js deployments
#26Earlier quoted context omitted.
Curious about performance of npm install, seems like it's one thing that could make it not so snappy. For compiled modules, does it have a decent amount of memory/CPU on the instances? How about connectivity? Does it use a mirror for NPM? Might it in the future?
Our biggest focus is `npm install` performance. We have multiple caches to make it the best possible experience for you. Every time you run `now` it's as if you had installed from scratch (including semver invalidations like ^ or ~). The focus is on reproducibility.
This is very confusing to me as these seem to be contradictory statements. Installing "from scratch" (I take this to mean, as if node_modules is an empty folder) is not a reproducible action, as all it takes is one sub-dependency releasing a new version to change your installation.
Can you clarify what you mean and resolve this seeming paradox?
Re: Now: realtime Node.js deployments
#27Red Hat Openshift has a solid free tier, free SSL, git push deployments, node / ruby / python / java / php / etc., mysql / postgres, redis. Why would I use this over that? https://www.openshift.com/
Re: Now: realtime Node.js deployments
#28Earlier quoted context omitted.
Our focus is on empowering the realtime JavaScript cloud with its rich module ecosystem. With the advent of microservices, code will become more succinct. Your backends will be aggregations of small functions with clear inputs and outputs. The syntactic differences between languages will matter less. Our bet is that JS has the largest and most prolific community!
How are you thinking about latency in an environment where there's a waterfall of Now function calls? Will Now functions calling over Now functions naturally get cached on the same server?
HTTP/2 significantly improves performance by introducing multiplexing and header compression. There's no need to introduce new concepts or APIs. REST away!
Re: Now: realtime Node.js deployments
#29Does this mean you forward port 80/443 to whatever port the app is listening on, or I can have my app listen on random external ports?
Re: Now: realtime Node.js deployments
#30CEO of https://zeit.co here! Happy to answer any questions throughout the day :)