Trevi
Vapor
Our great sponsors
Trevi | Vapor | |
---|---|---|
0 | 48 | |
46 | 22,439 | |
- | 0.6% | |
0.0 | 8.0 | |
almost 7 years ago | 3 days ago | |
Swift | Swift | |
Apache License 2.0 | MIT License |
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.
Trevi
We haven't tracked posts mentioning Trevi yet.
Tracking mentions began in Dec 2020.
Vapor
-
Why I selected Elixir and Phoenix as my main stack
My first option other than PHP was using Swift and Vapor. I have made some projects with iOS and Objective-C, maybe I could also learn Swift and create both native iOS apps and backends with the same language.
-
Cheapest iOS <-> database architecture?
You could learn Vapor, I created a tutorial series for this, you write the backend API in Swift, rather than needing to learn another programming language
-
Ask HN: Hunting for a Framework
Vapor[0] based on Swift. Advantage of this is that you don't have to evaluate multiple frameworks for Swift and suffer paralysis by analysis. All the Swift community is behind one framework.
The next is Actix[1] based on Rust. There are many frameworks in Rust and most of them have not reached 1.0 And which framework will survive becomes a question.
Other not so well-known is Wt[2] based on C++. This actually is created for programmers who are not web developers. The development experience is similar to desktop app development like Qt.
If that is not acceptable then Django[3], based on Python, is the one that will be good for you.
For the front-end I would recommend Flutter[4]. As much as I dislike getting tied to a single company for whom the framework is not their bread-and-butter, I don't see any other viable options to Flutter that will cover all web, mobile and desktop out of the box.
For databases, I would recommend BedrockDB[5], if you are not averse to SQLite. Or FoundationDB[6], if you want NoSQL. But if you are not concerned about horizontal scalability or okay with self-managing database availability, then PostgreSQL[7] is a very good option.
For push notifications, PushPin[8] is a good option.
[1] https://actix.rs
[3] https://www.djangoproject.com
-
Can you use swift for Web Development?
Check out Vapor
-
Is it possible to code a website using Swift?
The backend at least. I googled and the first result was https://vapor.codes
-
What is the backend of apps?
Yes, there’s a backend framework called Vapor.
-
Apple overtakes Android to pass 50% share of smartphones used in US; dominates global premium sales
There are server frameworks like Vapor or Kitura.
-
I love Swift but I don't use it
Why is no one mentioning Vapor
-
The Val Object Model: Template for a possible future Swift object model
You might be surprised. Check out Vapor [1] and Soto [2], which are built on Apple's SwiftNIO (non-blocking I/O) [3]. It's actually a very nice ecosystem. All the tools are in place to build web servers, Lambdas, etc.
-
JavaScriptKit help
Looking, I found JavaScriptKit which has helped me pull in data from other sources. Awesome! But not I want to send some data to a Vapor backend, do some stuff, and get my response. All of this should be really basic, and is something I have accomplished numerous times in iOS and Vapor apps.
What are some alternatives?
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.
Zewo - Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
GCDWebServer - The #1 HTTP server for iOS, macOS & tvOS (also includes web based uploader & WebDAV server)
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
SwiftGD - A simple Swift wrapper for libgd
CocoaHTTPServer - A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Blackfish - A minimal, fast and unopinionated web framework for Swift