express-configuration
express-configuration copied to clipboard
Adapted express configure to work with express 3
Adapted express configure to work with express 3
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
Could you show me a short example of async config for express before the server listens for connections?
Thanks.
just with regular callbacks, or "async" etc, anything really:
doSomething(function(){
app.listen(3000);
})