is it possible to use chaplin with meteor?
Any idea, advice, pointers or guidance is very welcome.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not familiar with Chaplin. But after having a look at its home page and 5 min intro reading. I understood that it is only client side, and its well-defined application architecture for backbone. so yes you can use that with Meteor, like backbone can be used with Meteor. (Have a look at Meteor packages, http://docs.meteor.com/#meteorlist backbone is already supported).
There will be few things, which may conflict with meteor features. i.e. Backbone support REST remote sync with server, and meteor provide their own collection management with server sync, but you can use either of it based on your requirement. so In short, yes it should be possible to use chaplin with meteor.