Redis Cookbook by Tiago Macedo & Fred Oliveira

Redis Cookbook by Tiago Macedo & Fred Oliveira

Author:Tiago Macedo & Fred Oliveira
Language: eng
Format: mobi, epub
Tags: COMPUTERS / General
Publisher: O'Reilly Media
Published: 2011-07-25T16:00:00+00:00


Discussion

For this recipe, we’ll assume that you have a recent installation of Node.js, as well as npm in order to install the necessary node libraries to support the chat system (Socket.IO and Redis). We’ll start by looking at how we install the necessary software to build the chat solution, and then go through the code for the server and client sides of the software.

Installing the necessary software

Let’s start off by installing the necessary node libraries using npm:

npm install socket.io

npm install redis



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.