dstroot / skeleton

Node Express MongoDB Bootstrap Passport... all rolled up into juicy goodness
skeleton-app.jit.su
MIT License
370 stars 47 forks source link

Features Request (i18n, ORM, Real Time Engines) #6

Closed ckir closed 10 years ago

ckir commented 10 years ago

Hello,

I want to congratulate you for your work so far. For your future versions I would like to see some support for i18n (i18next), and ORM (waterline like sails.js perhaps) and better real time support (Primus).

Keep up the good work.

cheers

dstroot commented 10 years ago

Great feedback - I have thought a little about i18n but it seemed like a lot of added complexity - but I will look at 118next. I'm used to ORMs when you have a SQL database you are on top of, but with Mongo, Mongoose covers some of that ORM functionality. Primus I just don't understand at this point. Use case?

dstroot commented 10 years ago

Closing this out:

118n: Too complex at this point ORM: Already have Mongoose Real Time Engines: ??