Examples include
- hello - Basic application setup
- auth-cognito - Authentication via AWS Cognito.
- auth-srp - Secure Remote Password authentication.
- graphql-server - GraphQL server using Graphiti
- html-form - Link HTML form to Hummingbird application
- http2 - Basic application with HTTP2 upgrade added
- ios-image-server - iOS web server that provides access to iPhone photo library.
- jobs - Demonstrating offloading of jobs to another server.
- multipart-form - HTML form using Multipart form data, using MultipartKit
- session-fluent - Username/password and session authentication, using Fluent.
- session-persist - Username/password and session authentication, using persist module.
- session-persist-async - Async/Await version of session-persist sample using new swift concurrency.
- todos-dynamodb - Todos application, based off TodoBackend spec, using DynamoDB
- todos-fluent - Todos application, based off TodoBackend spec, using Fluent
- todos-lambda - Todos application, based off TodoBackend spec, using DynamoDB and running on AWS Lambda.
- websocket-chat - Simple chat application using WebSockets