stellar-deprecated / stex

DEPRECATED. An opinionated framework built on top of expressjs used to build better web services for stellar
Other
30 stars 11 forks source link

Promisify initializers #1

Closed nullstyle closed 10 years ago

nullstyle commented 10 years ago

This PR makes it such that the the initializer system is async, using promises. This will allow us to initialize connections (such as redis) that cannot be synchronous.