Authentication

Example projects demonstrating how to implement authentication in Hummingbird.

AWS Cognito

An implementation of authentication through the 'Soto' AWS SDK for Swift.

JWT

A JSON Web Token example project, leveraging JWTKit.

SRP

Secure Remote Password authentication.

WebAuthn

FIDO2 WebAuthn/PassKey authentication.

Session Cookies

Session Cookie based authorization

Databases

Projects that demonstrate using various databases.

Fluent

Example project demonstrating how to use the Fluent ORM with Hummingbird.

MongoKitten

MongoKitten example, featuring OpenAPI generator and Hummingbird 2.

Postgres

PostgresNIO example that implements a todos API.

DynamoDB

DynamoDB example that implements a todos API using Soto.

Applications

Pre-built example applications using Hummingbird.

HTTP Proxy Server

Example project demonstrating how to create a proxy server using Hummingbird.

GraphQL

A GraphQL API built with Hummingbird.

AWS Lambda

A Hummingbird application running on AWS Lambda.

WebSocket Chat App

Example project demonstrating how to create a WebSocket chat application using Hummingbird.

WebSocket Echo Server

A WebSocket echo server.

Todo API

A more complete example which shows authentication, CRUD operations and mustache rendering all in one app.

How-tos

HTTP2

Demonstrates implementing HTTP2.

Jobs

A job queue using the Jobs package and Hummingbird.

Asynchronous Body Processing

Example project demonstrating how to process request bodies asynchronously.

File Upload

A demonstration of how to efficiently handle file uploads to disk.

File Upload to S3

A demonstration that shows uploading files to S3 using Hummingbird.

Mustache

A example Mustache templating engine with Hummingbird.

Multipart Form

An example project that handles multipart form data.