ConnectAi / cs

Cornerstone, an es6 web framework built on express.js
13 stars 1 forks source link

cs-* modules should have hook locations #18

Open optikalefx opened 9 years ago

optikalefx commented 9 years ago

in each cs-* module a hook location should be specified, and then inside our various server files we will look for and require modules in those places. preStart, middleware, postStart, etc etc.