is coming soon...
ado.xyz

Code and Coffee OC

Writing Serverless Applications

September 6, 2017 in Irvine, CA

In the last couple of years, we have seen a significant shift in the way we write apps. More and more, logic is being pushed to the client (browser, native apps, IoT) and new services have emerged to reduce even more the need for backends. But there’s more to come. What if we don’t need ANY servers at all? What if we could write apps mixing client and server side code without having to worry how and where that code runs?

In this session we will go over a new way of writing completely backendless applications using Webtask, token-based security, and Angular.