DEV Community

Discussion on: How to build a URL Shortener like bitly or shorturl using Node.js

Collapse
 
karimerrahli profile image
Karim Errahli

Great guide!
Next step could be implementing a caching system like redis to store latest frequented URLs which would save db access.

Collapse
 
sachinsarawgi profile image
Sachin Sarawgi

Thanks karim for the idea....I will give it a try when I write next regarding this.