scttnlsn / backbone.io

Backbone.js sync via Socket.IO

Home Page:http://scttnlsn.github.io/backbone.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Override Middleware on read

josx opened this issue · comments

I need replace crud read overridin the one on the Middleware.
Is there any way to do it?
Also I need to send params to read (like var1, var2..)

var backend = backboneio.createBackend();
backend.use(backboneio.middleware.mongoStore(var1,var2...));