Server

Server

Servers are powerful systems designed to manage, store, and process data, and to deliver services to clients over a network.

They play a critical role in hosting websites, applications, databases, and other resources. Learn about different types of servers, including web servers, database servers, and application servers, and explore their configurations and use cases. Discover best practices for server management, security, and optimization to ensure reliable and efficient service delivery.

5 posts

Using OpenAPI Generator with Hummingbird

Learn how to use OpenAPI Generator to create Swift APIs with Hummingbird.

Using SwiftNIO - Channels

Create a TCP server using SwiftNIO and structured concurrency

Using WebSockets in Hummingbird

In this article, you will learn about WebSockets and how to use them with the Hummingbird framework in a straightforward, easy-to-follow manner.

What's new in Hummingbird 2?

Discover Hummingbird 2: a Swift-based HTTP server framework, with modern concurrency and customizable request contexts.

Working with UDP in SwiftNIO

Create UDP servers and clients using SwiftNIO and structured concurrency