SaaSHub helps you find the best software and product alternatives Learn more →
Top 21 Swift Server Projects
-
Do you mean from first-principles, or letting someone else do the work and use a framework? The latter has been around for years, extremely easy: https://vapor.codes
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
smoke-framework
A light-weight server-side service framework written in the Swift programming language.
-
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.
-
-
-
-
-
-
-
-
Edge
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework (by skylab-inc)
-
-
-
-
-
-
web-serve
Create local network servers effortlessly with a user-friendly interface. Manage multiple servers running simultaneously in the background. Enable mod rewrite for Single Page Applications (SPA) with just one click.
Project mention: Show HN: Web Serve – A simple tool to quickly set up local static servers | news.ycombinator.com | 2024-09-07 -
-
Project mention: Htmx and Elementary: Hypertext web apps with Swift | news.ycombinator.com | 2024-07-27
Swift Server discussion
Swift Server related posts
-
Is it possible/straightforward to have a webserver baked in to an iOS app?
-
Most effective approach for building a client/server application (MacOS)
-
Swift outside the Apple ecosystem
-
What to choose next? My company wants me to learn new stack. iOS Dev with 8 years of exp.
-
Hummingbird, the Swift server framework, hits v1.0
-
Hummingbird, the Swift server framework, hits v1.0
-
What is the backend of apps?
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Oct 2024
Index
What are some of the best open-source Server projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | Vapor | 24,447 |
2 | Kitura | 7,629 |
3 | swifter | 3,897 |
4 | smoke-framework | 1,443 |
5 | hummingbird | 1,137 |
6 | Telegraph | 791 |
7 | Reflection | 599 |
8 | Redbird | 459 |
9 | FlyingFox | 455 |
10 | SwiftGD | 454 |
11 | swift-http | 449 |
12 | alchemy | 335 |
13 | Edge | 311 |
14 | Noze.io | 306 |
15 | Jobs | 294 |
16 | swiftra | 262 |
17 | practical-server-side-swift | 250 |
18 | mod_swift | 174 |
19 | web-serve | 89 |
20 | SwiftFM | 58 |
21 | elementary-htmx | 45 |