sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 773 forks source link

update readme.md #78

Closed knoxcard closed 6 years ago

knoxcard commented 6 years ago

why instantiate server before models successfully syncs? Waste of processing power and illogical. Only after models have completely synced, then http.createServer(app).

sushantdhiman commented 6 years ago

Does this matters, beside server wont start listening until successful sync.