express-configuration icon indicating copy to clipboard operation
express-configuration copied to clipboard

Adapted express configure to work with express 3

Open scriste-sv opened this issue 13 years ago • 3 comments

Adapted express configure to work with express 3

scriste-sv avatar Sep 19 '12 08:09 scriste-sv

im probably just going to delete this repo haha, it's easy enough to do whatever sort of flow control you want and listen() at the end

tj avatar Sep 19 '12 19:09 tj

Could you show me a short example of async config for express before the server listens for connections?

Thanks.

scriste-sv avatar Sep 20 '12 09:09 scriste-sv

just with regular callbacks, or "async" etc, anything really:

doSomething(function(){
  app.listen(3000);
})

tj avatar Sep 20 '12 15:09 tj