The Twelve-Factor App - 0 views
-
The twelve-factor app is completely self-contained
-
using dependency declaration to add a webserver library to the app, such as Tornado for Python, Thin for Ruby, or Jetty for Java and other JVM-based languages.
-
the port-binding approach means that one app can become the backing service for another app