Skip to content

tdiehl/redi.ly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redi.ly

This project is an experiment in creating a URL shortening service with Node.js and Redis. It was conceived after reading through the excellent Seven Databases in Seven Weeks book by Eric Redmond and Jim R. Wilson.

To get started, install required modules.

$ npm install

Start Redis server

$ redis-server

Start Node.js

$ node app

Point a browser to http://localhost:3000.

About

A Redis, Node.js, Express URL shortening experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published