Last 12 weeks · 0 commits
1 of 6 standards met
Repository: tj/express-configuration. Description: Adds async configuration support to Express Stars: 53, Forks: 6. Primary language: JavaScript. Languages: JavaScript (100%). Open PRs: 1, open issues: 1. Last activity: 14y ago. Community health: 28%. Top contributors: tj.
This hasn't been updated in a while, so I assume you're no longer using it? What's your recommendation for ensuring dbs/services are connected before accepting connections? I had planned on throwing this stuff into some middleware that simply ensures stuff is connected before moving on, or perhaps loading this stuff in a boot.js or something that runs before the app is even touched… Any suggestions?