fabrix-app / fabrix

Strongly Typed Modern Web Application Framework for Node.js and Browsers
Other
107 stars 5 forks source link

feat(): spool lifecycle should have a "start" method #44

Open scott-wyatt opened 4 years ago

scott-wyatt commented 4 years ago

There is a spool called "boostrap" that simply listens for when an app starts and then performs some logic. It makes sense to add a "ready" method to spools that can be run when fabrix emits fabrix:ready

jaumard commented 4 years ago

Agree with this :) might be helpful