Swift on server

Articles about server-side Swift development. Created by Joannis Orlandos and Tibor Bödecs.

Featured posts

Latest posts

· 8 min read

Realtime MongoDB Updates with ChangeStreams and WebSockets

Learn how to implement real-time updates over WebSockets using ChangeStreams and MongoKitten

· 7 min read

Getting Started with MongoKitten

Learn how to get started with MongoDB using MongoKitten

· 3 min read

Getting Started with Swift Package Manager

Learn how to create and manage Swift packages with SwiftPM.

· 10 min read

Beginner's Guide to Protocol Buffers and gRPC with Swift

Learn Protocol Buffers and gRPC with Swift in this easy, step-by-step beginner's guide.

· 6 min read

Using Hummingbird's Request Contexts

Learn about request contexts in Hummingbird and how to use them.

· 9 min read

How to Build a Proxy Server with Hummingbird

Learn how to leverage the flexibility and performance of Hummingbird to build a proxy server.

· 10 min read

Getting Started with SwiftPM Snippets

Learn what Swift Snippets are, and how they can enrich your libraries.

· 5 min read

Working with UDP in SwiftNIO

Create UDP servers and clients using SwiftNIO and structured concurrency