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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -