Development Tools

Vapor – server-side Swift HTTP web framework

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
VaporHugely popular server-side Swift HTTP web framework
SwiftNIOAsynchronous event-driven network application framework
KituraWeb framework and web server created for web services written in Swift
HummingbirdLightweight, flexible server framework
PerfectWeb server and toolkit. Development effectively ceased in 2016
MacroExpressSmall, asynchronous web framework
ChaqmoqNon-blocking server-side web framework

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our carefully curated directory of recommended free and open source software, covering every major software category.

The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more.

Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted