Closed knoxcard closed 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).
Does this matters, beside server wont start listening until successful sync.
why instantiate server before models successfully syncs? Waste of processing power and illogical. Only after models have completely synced, then http.createServer(app).