socket.io - Do I need caching in my node.js app -


i making simple app in node.js , socket.io. thing aiming response speed. user types , on each keypress gets results fast. number of records in database: 100k start with. records changing.

its setup : receive data browser via socket.io , sphinx search, mysql query. , send data browser via socket.emit. simple!

will setup benefit kind of caching? don't intricacies of caching memcache/redis seem overkill.
hobby learning project btw


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -