Vapor is a hugely popular server-side Swift HTTP web framework.
It provides a beautifully expressive and easy to use foundation for your next website or API.
This is free and open source software.
Key Features
- Non-blocking, event-driven architecture built on top of Apple’s SwiftNIO.
- Expressive, protocol-oriented design with a focus on type-safety.
- Core of Vapor’s routing is a high-performance, trie-node router from RoutingKit.
- Content API allows you to easily encode / decode Codable structs to / from HTTP messages. JSON encoding is used by default with out-of-the-box support for URL-Encoded Form and Multipart. The API is also configurable, allowing for you to add, modify, or replace encoding strategies for certain HTTP content types.
- Client API allows you to make HTTP calls to external resources. It is built on async-http-client and integrates with the content API.
- Validation API helps you validate incoming request before using the Content API to decode data.
- Logging API is built on top of SwiftLog ensuring Vapor is compatible with all of SwiftLog’s backend implementations.
- Environment API helps you configure your app dynamically.
- Complete ecosystem. The project includes over a hundred official and community maintained server-first Swift packages.
Website: vapor.codes
Support: Documentation, GitHub Code Repository
Developer: Qutheory, LLC
License: MIT License
Vapor is written in Swift. Learn Swift with our recommended free books and free tutorials.
Related Software
| Swift Web Frameworks | |
|---|---|
| Vapor | Hugely popular server-side Swift HTTP web framework |
| SwiftNIO | Asynchronous event-driven network application framework |
| Kitura | Web framework and web server created for web services written in Swift |
| Hummingbird | Lightweight, flexible server framework |
| Perfect | Web server and toolkit. Development effectively ceased in 2016 |
| Chaqmoq | Non-blocking server-side web framework |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

