Meta tags:
description= A methodology for building modern, scalable, maintainable software-as-a-service apps.;
author= Adam Wiggins;
Headings (most frequently used words):
port, binding, the, twelve, factor, app, vii, export, services, via,
Text of the page (most frequently used words):
the (20), app (11), port (9), service (7), #binding (7), for (6), that (5), and (5), requests (4), web (4), can (3), http (3), run (3), webserver (3), environment (3), twelve (3), factor (3), apps (3), inside (3), privacy (2), salesforce (2), their (2), 简体中文 (2), zh_cn (2), tiếng (2), việt (2), українська (2), türkçe (2), ภาษาไทย (2), slovensky (2), русский (2), português (2), brasil (2), pt_br (2), polski (2), 한국어 (2), 日本語 (2), italiano (2), français (2), فارسی (2), español (2), english (2), ελληνικά (2), deutsch (2), česky (2), url (2), backing (2), not (2), exported (2), via (2), speaking (2), redis (2), this (2), java (2), execution (2), routing (2), facing (2), might (2), cookie, preferences, your, choices, contact, trust, responsible, disclosure, information, terms, legal, copyright, 2026, inc, all, rights, reserved, various, trademarks, held, respective, owners, tower, 415, mission, street, 3rd, floor, san, francisco, 94105, united, states, written, adam, wiggins, last, updated, 2017, download, epub, book, sourcecode, next, previous, note, also, approach, means, one, become, another, providing, resource, handle, consuming, config, only, nearly, any, kind, server, software, process, awaiting, incoming, examples, include, protocol, xmpp, ejabberd, typically, implemented, using, add, library, such, python, ruby, other, jvm, based, languages, happens, entirely, within, code, contract, with, serve, user, space, jetty, thin, tornado, dependency, declaration, local, development, developer, visits, like, access, deployment, layer, handles, from, public, hostname, bound, processes, localhost, 5000, does, rely, runtime, injection, into, create, listening, coming, exports, completely, self, contained, are, sometimes, executed, container, example, php, module, tomcat, apache, httpd, export, services, vii, github, community, blog,
Text of the page (random words):
the twelve factor app the twelve factor app blog community github vii port binding export services via port binding web apps are sometimes executed inside a webserver container for example php apps might run as a module inside apache httpd or java apps might run inside tomcat the twelve factor app is completely self contained and does not rely on runtime injection of a webserver into the execution environment to create a web facing service the web app exports http as a service by binding to a port and listening to requests coming in on that port in a local development environment the developer visits a service url like http localhost 5000 to access the service exported by their app in deployment a routing layer handles routing requests from a public facing hostname to the port bound web processes this is typically implemented by 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 this happens entirely in user space that is within the app s code the contract with the execution environment is binding to a port to serve requests http is not the only service that can be exported by port binding nearly any kind of server software can be run via a process binding to a port and awaiting incoming requests examples include ejabberd speaking xmpp and redis speaking the redis protocol note also that the port binding approach means that one app can become the backing service for another app by providing the url to the backing app as a resource handle in the config for the consuming app česky cs deutsch de ελληνικά el english en español es فارسی fa français fr italiano it 日本語 ja 한국어 ko polski pl português do brasil pt_br русский ru slovensky sk ภาษาไทย th türkçe tr українська uk tiếng việt vi 简体中文 zh_cn previous next česky cs deutsch de ελληνικά el english en español es فارسی fa français fr italiano it 日本語 ja 한국어 ko polski pl português do brasil pt_br русский ru slovensky sk ภาษาไทย th türkçe tr українська uk tiếng việt vi 简体中文 zh_cn written by adam wiggins last updated 2017 sourcecode download epub book copyright 2026 salesforce inc all rights reserved various trademarks held by their respective owners salesforce tower 415 mission street 3rd floor san francisco ca 94105 united states legal terms of service privacy information responsible disclosure trust contact your privacy choices cookie preferences
|