DEV Community

rderik
rderik

Posted on

Using SwiftNIO to build a simple Server

If you haven't heard about SwiftNIO, it is a framework with the primary purpose of building network applications. It takes a lot of the responsibility for the network code of your application so you can focus on the application code.

If you are interested in Server-Side Swift, you might find this post interesting:

Understanding SwiftNIO by building a text modifying server

Feedback is welcomed.

Top comments (0)