Share Swift Code Between Client and Vapor Server | by Riccardo Cipolleschi | Aug, 2022
Set up a project with Vapor sharing most code Photo by Abdelrahman Sobhy on Unsplash One aspect of Swift that I haven’t studied yet is server-side development. One of the most famous frameworks for it is Vapor. Vapor is written in Swift, and it comes with all the standard server-side APIs: routing, request handling, validation, … Read more