Skip to content

dhellmann/bartender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bartender -- WSGI App Auto-loader

Bartender is a WSGI application for managing other WSGI applications at runtime. It uses stevedore to load the applications and werkzeug to dispatch incoming requests based on the URL path.

Deploying with Bartender

Bartender is designed to make deploying servers composed of isolated components easier by removing manual configuration steps. The front-end server can be configured to load a Bartender instance once, and the Bartender will load the other applications and configure the dispatcher automatically.

About

Automatic WSGI app loader and server for API development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages