Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/bolt
Real-time chat/Twitter clone in Node.js, Express, Socket.io, Redis
https://github.com/honza/bolt
Last synced: about 5 hours ago
JSON representation
Real-time chat/Twitter clone in Node.js, Express, Socket.io, Redis
- Host: GitHub
- URL: https://github.com/honza/bolt
- Owner: honza
- License: other
- Created: 2011-05-05T09:52:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-02T22:43:15.000Z (over 12 years ago)
- Last Synced: 2024-11-07T05:59:52.291Z (about 5 hours ago)
- Language: JavaScript
- Homepage: https://github.com/honza/bolt
- Size: 184 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bolt
Bolt is a simple, proof-of-concept Twitter clone. It's written in node.js using
the express web framework and redis for persistance. As a bonus, it uses
socket.io to deliver your messages to your followers in virtually real time.### Installation
To install all the dependencies on an Ubuntu server, you can use the
`install.sh` script. Run it as `root`.### Dependencies:
* node.js
* redis
* npm
* npm install coffee-script
* npm install express
* npm install jade
* npm install less
* npm install hiredis redis
* npm install socket.io### Running
Make sure redis is running, and then execute:
$ coffee app.coffee