Quickstart guide!
git clone https://github.com/FloatingIntegers/twitterish.git
cd to the directory
npm install
npm run watch:start
A twitterish dashboard for sharing thoughts in under 140 characters.
To try out Redis and, perhaps Web Sockets too.
Web app using node http server, Redis and Socket.io.
- client side code to generate a uniqueish username.
- text input box to submit 140 character messages
- allow messages to include hashtags
- display a list of messages with newest at the top
- update list in realtime (cos it's not the 90s no more)
- provide a filter function to search by hashtag
- User avatars.