- Hands-On Full:Stack Development with Swift
- Ankur Patel
- 188字
- 2021-08-27 19:39:45
Server-side web frameworks
Building a web server like we just did is tedious and not scalable. There are a lot of things we need to implement, from routing to persisting data to rendering views. For such use cases, it's best to use a framework that can provide us with all the bells and whistles needed to quickly get started so we can focus on the application logic rather than spending time configuring and reinventing what others have already built.
Developers and even giant corporations, such as IBM, are betting that server-side Swift is the future by building frameworks in the form of Swift packages that make it very easy to build a web application. A few months after Swift was open sourced, one startup created a server-side framework called Perfect, which is very popular for building an entire server backend in Swift. IBM has spent a lot of effort creating Kitura, which is their take on a server-side swift framework that is lightweight and customizable, similar to express in Node.js or Sinatra in Ruby. Vapor is also a very popular framework with a lot of features.
- 通信網(wǎng)絡基礎與設備
- 物聯(lián)網(wǎng)檢驗檢測技術
- 物聯(lián)網(wǎng)關鍵技術及應用
- SD-WAN架構與技術(第2版)
- 企業(yè)私有云建設指南
- PLC、現(xiàn)場總線及工業(yè)網(wǎng)絡實用技術速成
- 數(shù)字調制解調技術的MATLAB與FPGA實現(xiàn):Altera/Verilog版(第2版)
- Master Apache JMeter:From Load Testing to DevOps
- 端到端QoS網(wǎng)絡設計
- 互聯(lián)網(wǎng)+思維與創(chuàng)新:通往未來的+號
- 物聯(lián)網(wǎng)工程概論
- 組網(wǎng)技術與網(wǎng)絡管理
- React Design Patterns and Best Practices(Second Edition)
- Hands-On Reactive Programming in Spring 5
- CDN技術詳解