illinois-cs241 / broadway-api

This is the old repo for Broadway API. Please see the new repo for newest version of Broadway https://github.com/illinois-cs241/broadway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Mongo Daemon with API

ayushr2 opened this issue · comments

Possibly set-up mongo daemon from within the API start-up code and kill the process when the API shuts down. Mongo Daemon is annoyingly coupled with the MongoClient. This will make it easier to run the API. It behaves weirdly when Mongo Daemon is not running and only notifies after a long time.