|
|
|
|
|
by w10-1
638 days ago
|
|
> story for web development Under the hood, Swift-NIO and async Swift is a pretty powerful basis for writing performant servers. Aside from Vapor, there are other small/fast containers like hummingbird. Not mentioned (surprisingly) is Swift support for wasm/wasi, for deploying code directly in the browser. Also, "some say" that macros could revolutionize both static and dynamic generation by moving a good portion of site generation to compile time. I'm not aware of any libraries realizing that promise yet. Finally, Swift concurrent actors have supported distribution for some time, so you can have all-Swift distributed systems, where the client code works with both local and remote servers. |
|