Skip to content

Kitura is a new web framework for Swift 3.0 by IBM. As Swift is a compiled language, your Kitura application compiles to a binary that can either act as its own webserver (by default, on port 8090) or as a FastGCI server for use with Nginx or Apache. Here is my project where I started writing Kitura on Mac.

byJeevan/Kitura-Swift-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

About

Kitura is a new web framework for Swift 3.0 by IBM. As Swift is a compiled language, your Kitura application compiles to a binary that can either act as its own webserver (by default, on port 8090) or as a FastGCI server for use with Nginx or Apache. Here is my project where I started writing Kitura on Mac.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages