Skip to content

susana/chatnow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Download and install Redis

Download the latest stable release and save it anywhere: http://redis.io/download

In the dir you downloaded it to:

tar xvzf redis-x.x.x.tar.gz
cd redis-x.x.x
make

# test it

make test

Run redis

src/redis-server

Download NodeJS

nodejs.org/download

Install dependencies

npm install

Run the app

node app.js

Navigate to localhost:8001

About

super simple chat app using Node/Express, Redis, SocketIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published