Hacker News new | ask | show | jobs
by dysoco 4592 days ago
You can probably do a simple Twitter-like application, it's simple CRUD and shouldn't be difficult (It's used both in Rails for Zombies and the Rails Book as example iirc)

A simple blog engine isn't complicated either.

1 comments

Redis has a good basic tutorial up for building a Twitter clone with it and Php. Doesn't get into doing comet or web sockets, but it covers the foundation stuff.

http://redis.io/topics/twitter-clone