Swift Web

Open-source Swift projects categorized as Web

Top 6 Swift Web Projects

  • Kitura

    A Swift web framework and HTTP server.

  • swifter

    Tiny http server engine written in Swift programming language.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • hummingbird

    Lightweight, flexible HTTP server framework written in Swift (by hummingbird-project)

  • Project mention: An aborted experiment with server Swift | news.ycombinator.com | 2023-10-25

    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.

  • feather

    Feather is a modern Swift-based content management system powered by Vapor 4. (by FeatherCMS)

  • FlyingFox

    Lightweight, HTTP server written in Swift using async/await. (by swhitty)

  • Online Swift Playground

    Online Swift Playground

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Swift Web related posts

  • DivKit: an opensource Server Driven UI framework

    1 project | /r/iOSProgramming | 29 Aug 2022
  • DivKit: an opensource framework for Server Driven UI

    1 project | /r/androiddev | 27 Aug 2022
  • 30 tips to make you a better iOS developer

    2 projects | /r/iOSProgramming | 15 Dec 2021
  • "Confirm your choices" prompt on every sign in

    1 project | /r/Firebase | 23 Jun 2021
  • Is there an up-to-date plugin for logging in with Google for Capacitor 3?

    1 project | /r/ionic | 24 May 2021
  • Debate Going On Inside of a Friend's Startup: Stack to use to get a Full-Featured Web App off of the ground quickly.

    1 project | /r/cscareerquestions | 28 Feb 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 7 Jun 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Web projects in Swift? This list will help you:

Project Stars
1 Kitura 7,615
2 swifter 3,854
3 hummingbird 800
4 feather 593
5 FlyingFox 397
6 Online Swift Playground 239

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com