TL;DR Webtask.io allows you to build applications without thinking about infrastructure. Simply write your server-side logic, deploy your functions via the Webtask CLI, and access your serverless backend over HTTP. Preferring code to configuration, the Webtask platform comes with a familiar programming model, excellent authentication and authorization support, and more to ensure a pleasant development experience.
For our tutorial today, we’ll enhance a static blog with some dynamic functionality that would normally require a traditional backend. Check out the Github repo for the code to follow along.