Skip to content

joaoamaral/KituraHeroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KituraHeroku

Kitura on Heroku Proof of Concept

Kitura on Heroku

Heroku is a Platform as a Service (PaaS) that helps you build, run, and scale apps. It’s ‘Cloud computing designed and built for developers.’

Kitura is a lightweight web framework that allows you to easily build web services with complex routes. Much of its design was inspired by Express.js based on the success of its overall design in particular URL routing and pluggable middleware. Kitura takes these principles and adds the advantages of Swift, which include:

  • Compiled native-code
  • Type-safety
  • Optionals
  • Multi-programming based on Grand Central Dispatch

The combination of these features provides the foundation for an extendable and robust web framework.

This enables both mobile frontend and backend portions of an application to be written in the same language.

In addition, web developers who are used to other routing frameworks such Express, Sinatra, or Flask will be able to easily create or port web apps over to the Swift language.

Thank you for all the help from IBM-Swift (@vadimeisenbergibm, @rfdickerson, @byt3smith) Based on @kylef Swift Buildpack

Deploy

About

Kitura on Heroku Proof of Concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages