Now: realtime Node.js deployments
31–40 of 121 posts
Re: Now: realtime Node.js deployments
#32Earlier quoted context omitted.
Compared to other providers, there's absolutely no setup involved. No Procfiles, ports, containers, dynos, processes, instances… Just type `now` where you have a `package.json`.
This is very cool. I'm excited to use this in my next project. I like the zero setup, no fuss, secure by default features. I guess 4 more questions: 1) Does "Dynamic Realtime Scaling" mean you spin up more clusters and do load balancing automatically? 2) Can your $15/month cost cover this? Or is that what the 50GB bandwidth cap is for? 3) The nature of this service means we need to use a DB service like mLab (mongoLa…
Re: Now: realtime Node.js deployments
#33Re: Now: realtime Node.js deployments
#34Red 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
#35Are these zero downtime deployments?
But I may have it wrong. It’s a unique-seeming service, which can make the nuances hard to understand
Re: Now: realtime Node.js deployments
#36Re: Now: realtime Node.js deployments
#37CEO of https://zeit.co here! Happy to answer any questions throughout the day :)
Re: Now: realtime Node.js deployments
#38Earlier quoted context omitted.
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.
> 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 ins…
However, our process of starting from scratch is actually faster than running `npm install` on your own computer in many cases.
As an example, I've found myself getting into the habit of using `now` instead of `localhost`.
Re: Now: realtime Node.js deployments
#39Red 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
#40Red 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/
Also, Openshift is only supporting Node O.10 right now...
[0] https://github.com/icflorescu/openshift-cartridge-nodejs