Hacker News new | past | comments | ask | show | jobs | submit login
Code Running on Ionized Particles, or WTF Is Serverless (clever-cloud.com)
12 points by waxzce on July 4, 2017 | hide | past | favorite | 2 comments



I think the author is somewhat missing the point that the whole Serverless paradigm is not so much about emulating past architectures without servers.

It is more about building completely new kind of architectures, where applications are no longer monolithic Node.js/Ruby/whatever server processes, but consist of tiny decoupled components interconnected by evolving systems like AWS Step Functions.

This development is dependent on the popularity of static websites, powered by application frameworks like React, which relax the speed requirements of separate REST API servers. Some speed is lost, and a lot of productivity is gained, by getting rid of huge amounts of user-space code and long-running processes.


Yes, exactly like years ago we do not have full applications but use application servers to run our apps. At this time it seems to be a good idea. And now we advocate 12 factors, for good reasons




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: