play-co / hookbox

HookBox is a Comet server and message queue that tightly integrates with your existing web application via web hooks and a REST interface.
http://hookbox.org
MIT License
284 stars 23 forks source link

Web API on secondary local interface #76

Closed slmnhq closed 13 years ago

slmnhq commented 14 years ago

commit d2b08727e04e520a95d140d3dcaaf3283842976e Author: Salman Haq salman.haq@asti-usa.com Date: Fri Oct 8 10:25:36 2010 -0400

update the python_scope to use hookbox's -w option

commit 90d4e555a675a13230952808b767c1703147a3cf Author: Salman Haq salman.haq@asti-usa.com Date: Fri Oct 8 10:17:46 2010 -0400

Add support for running the web/rest api on a secondary local interface.
 - add new command line option: -w/--web-api-port
 - when specified differently from -p, a secondary local socket is created.
 - the web api is instantiated as a second wsgi app and connect to the
   secondary local socket.
 - if the -w option is not specified, only one listener is created (original
   behavior).
mcarter commented 13 years ago

I pulled this in, then expanded on it; closing this request.