Vapor VS hummingbird

Compare Vapor vs hummingbird and see what are their differences.

hummingbird

Lightweight, flexible HTTP server framework written in Swift (by hummingbird-project)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Vapor hummingbird
57 9
23,765 734
0.5% 13.1%
8.3 9.3
9 days ago 6 days ago
Swift Swift
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Vapor

Posts with mentions or reviews of Vapor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-08.

hummingbird

Posts with mentions or reviews of hummingbird. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-25.
  • An aborted experiment with server Swift
    6 projects | news.ycombinator.com | 25 Oct 2023
    Such a shame. Swift has many beautiful language features.

    I give swift a try every once in a while.

    Problems of my last attempt:

    - The Swift REPL (lldb to be precise) depends on libpython-dev (v3.8). WSL (ubuntu 22.04) comes with 2.7 and 3.10, so the lldb dependency depends on an old python version. The fix was to copy the 3.10 binary to the directory where lldb expects it, and rename it to libpython3.8.so. It seems that it's backwards compatible so it worked on my machine.

    - I tried to compile and statically link a hummingbird (web framework, more light weight than vapot, https://github.com/hummingbird-project/hummingbird) hello-world example. I had a liking error. Luckilly someone in the swift forums helped me. The problem was that my package.swift file had the "-static-stdlib" flag only as a swiftSettings. It needed to be also a linkerSetting.

    In the end I was able to build my example. But at this point I already spent multiple days debugging problems that are unrelated to my applicationn or the Swift language.

    It's a shame because I see its potential. Fixing the (linux/windows) tooling problems would probably only take "some" developers. Apple has near infinite money and could sponsor them if they wanted to., but they gain little by it. Besides them, not many are invested in it.

  • Swift outside the Apple ecosystem
    8 projects | /r/swift | 15 Apr 2023
    Also look at: Hummingbird https://github.com/hummingbird-project/hummingbird Smoke https://github.com/amzn/smoke-framework Swift NIO https://github.com/apple/swift-nio
  • What is the backend of apps?
    2 projects | /r/iOSProgramming | 20 Oct 2022
    Hummingbird is probably the fastest/lightest backend. You can switch to it after mastering Vapor's Fluent ORM.
  • Alchemy - Elegant, batteries included web framework for Swift!
    2 projects | /r/swift | 16 Jan 2022
    Another Devil's Advocate: Why would I choose it over Hummingbird? https://github.com/hummingbird-project/hummingbird

What are some alternatives?

When comparing Vapor and hummingbird you can also consider the following projects:

Perfect - Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)

Alamofire - Elegant HTTP Networking in Swift

Kitura - A Swift web framework and HTTP server.

swifter - Tiny http server engine written in Swift programming language.

GCDWebServer - The #1 HTTP server for iOS, macOS & tvOS (also includes web based uploader & WebDAV server)

Zewo - Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.

Express - Swift Express is a simple, yet unopinionated web application server written in Swift

smoke-framework - A light-weight server-side service framework written in the Swift programming language.

Swifton - A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X

CocoaHTTPServer - A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications

SwiftGD - A simple Swift wrapper for libgd

Blackfish - A minimal, fast and unopinionated web framework for Swift