Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Swift 4 Programming Cookbook

You're reading from  Swift 4 Programming Cookbook

Product type Book
Published in Sep 2017
Publisher Packt
ISBN-13 9781786460899
Pages 384 pages
Edition 1st Edition
Languages
Toc

Table of Contents (9) Chapters close

Preface 1. Swift Building Blocks 2. Building on the Building Blocks 3. Data Wrangling with Swift Control Flow 4. Generics, Operators, and Nested Types 5. Beyond the Standard Library 6. Swift Playgrounds 7. Server-Side Swift 8. Performance and Responsiveness in Swift

Introduction

From its very inception, Swift was intended to be a general-purpose programming language, applicable for multiple use cases and on multiple platforms, not just for building apps for Apple platforms. One of the obvious use cases, other than building apps, is for creating server-side code. After all, interacting with a server is a vital component of almost any app. The vast majority of servers that power the internet run on Linux, which is arguably more suited to the task than any Apple platform. Therefore, being able to run Swift on Linux is vital to the goal of making Swift a viable server-side programming language option.

In this chapter, we will investigate installing the Swift toolchain on Linux, using a web server framework to build a REST API, and hosting our API via a hosting service.

All the code for this chapter can be found in a GitHub repository at http...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $19.99/month. Cancel anytime}