InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 7 Swift swift-server Projects
-
swift-nio
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
Project mention: Apple Announces Full Swift Rewrite of the Foundation Framework | news.ycombinator.com | 2023-01-11You could take a look a swift-nio (https://github.com/apple/swift-nio) which is a pretty high-throughput system. swift-nio does this using some reference-counted GC where it simplifies the code and doesn't affect performance. Otherwise, value-types are used which incur no GC overhead (unless they are copy-on-write, and backed by something that requires reference counting).
-
I liked os.log, but since I'm doing swift services on Linux I moved to SwiftLog. It's kind of bare bones, but you can attach it to different back ends. I'm just dumping logs to a file. Apple has made it open source.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
-
-
I'm curious if anyone has played with Alchemy.
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Swift swift-server related posts
- When to use os_log vs print?
- Alchemy - Elegant, batteries included web framework for Swift?
- Recommended library to log to file at high velocity?
- Swift Syntax and Structured Editing Library
- Alchemy - A web framework for fullstack swift
- Alchemy - Elegant, batteries included web framework for Swift
- Alchemy - Elegant, batteries included web framework for Swift
-
A note from our sponsor - InfluxDB
www.influxdata.com | 26 Jan 2023
Index
What are some of the best open-source swift-server projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | swift-nio | 7,218 |
2 | swift-log | 2,910 |
3 | async-http-client | 670 |
4 | Guitar | 660 |
5 | swift-metrics | 532 |
6 | alchemy | 313 |
7 | swift-vapor-demo | 1 |