TND LOGO

Videos: Building Your Backend With Serverless Functions

David Wells & Chris Coyier talk about how you can build an app hosted on Netlify, statically, but still have a backend database for powering it. We use the classic TODO app example here where the database is powered by FaunaDB and we talk to that database via serverless functions (Node.js JavaScript functions running on AWS Lambda via Netlify’s extremely easy and powerful integration). Just put the JavaScript files in a `functions` folder and they’ll be deployed and runnable!