Live data from Hacker News

Now: realtime Node.js deployments

zeit.co

1–10 of 121 posts

Re: Now: realtime Node.js deployments

#4
post #3

CEO of https://zeit.co here! Happy to answer any questions throughout the day :)

Really cool website! I'm confused though exactly what is going on. Is this kind of like Heroku? What are the pros and cons of this service? For context, I'm currently running a production node/express/mongo service on Digital Ocean.

Re: Now: realtime Node.js deployments

#6
post #4
post #3

CEO of https://zeit.co here! Happy to answer any questions throughout the day :)

Really cool website! I'm confused though exactly what is going on. Is this kind of like Heroku? What are the pros and cons of this service? For context, I'm currently running a production node/express/mongo service on Digital Ocean.

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`.

Re: Now: realtime Node.js deployments

#7
post #5

You don't really mention this in the pricing section but I assume for the paid plan, it gives you the option to hide the /_src feature based on something (IP, etc.)?

All `/_src` links will link to a secure portion of the site with login + 2FA. Security is top of our mind.

Re: Now: realtime Node.js deployments

#10
post #6
post #4

Earlier quoted context omitted.

Really cool website! I'm confused though exactly what is going on. Is this kind of like Heroku? What are the pros and cons of this service? For context, I'm currently running a production node/express/mongo service on Digital Ocean.

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`.

Cool. But what about persistence / choice of database and how can I scale up / down?
Post reply on HN