onepiecejs / nodejs-cantas

Cantas is a real-time collaborative web application. Official repository
Other
203 stars 88 forks source link

refactor app.js #103

Closed tkdchen closed 9 years ago

tkdchen commented 9 years ago

Aims to clean and modularize part of code to make it resuable. /services/infra.js is added to hold code that maintains connections and creations to infrastructure services, for instance MongoDB and Redis.

During cleaning app.js, this patch also fixes an issue #102, that is, requiring /models/board in card.js returns empty object due to the circular dependency.

tkdchen commented 9 years ago

Merged.