Getting Started with Redis, Chatting Application

Most of my readers are expecting a better chatting system from 9lessons, I have been working with different technologies like Node, Socket.io and etc. Finally I found Redis, it is an open source advanced key-value database storage system, works like NoSQL database. Redis operations can be executed on the server side and reduce the client's workload. It is used for caches to speed up web applications

Getting Started with Redis, Chatting Application

Read more »

Comments

Popular posts from this blog

Create Dynamic Subdomains using PHP and Htaccess

iOS Style Switch Button using CSS3 and Jquery.

Working with Chrome Developer Tools.