Building Your Backend With Serverless Functions

Опубликовано: 21 Январь 2025
на канале: CSS-Tricks
11,745
224

David Wells & Chris Coyier talk about how you can build an app hosted on Netlify, staticly, 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!