chloe
A realtime web server that doesn't suck
File Explorer
Download Latest Version (.zip)- architecture.dot
- how_it_works.graph
- chloe.app.src
- chloe.erl
- chloe.hrl
- chloe_app.erl
- chloe_channel_store.erl
- chloe_jsonp_stream.erl
- chloe_jsonp_stream_sup.erl
- chloe_message.erl
- chloe_session.erl
- chloe_session_manager.erl
- chloe_session_sup.erl
- chloe_socketio_protocol.erl
- chloe_sup.erl
- chloe_websocket.erl
- chloe_websocket_sup.erl
- chloe_xhr_stream.erl
- chloe_xhr_stream_sup.erl
- chloe_yaws.erl
- chloe_yaws_jsonp.erl
- chloe_yaws_send.erl
- chloe_yaws_websocket.erl
- chloe_yaws_xhr.erl
- lib_md5.erl
- chloe_session_test.erl
- chloe_socketio_protocol_test.erl
- gen_server_mock.erl
- lib_md5_test.erl
- chloe-client.js
- chloe-jsonp.js
- chloe-message.js
- chloe-websocket.js
- chloe-xdomain.js
- chloe-xhr.js
- chloe.js
- json2.js
- default.rb
- metadata.json
- metadata.rb
- README.rdoc
- build_ubuntu.sh
- common.sh
- sample_user_data.sh
- start_ec2.sh
- index.yaws
- app.config
- chloe
- erl
- nodetool
- vm.args
- reltool.config
- demo.erb
- index.erb
- echo_server.rb
- execjs-1.1.2.gem
- jslintrb_v8-1.0.1.gem
- multi_json-1.0.3.gem
- rack-1.3.2.gem
- rake-0.9.2.gem
- sinatra-1.2.6.gem
- sprockets-1.0.2.gem
- therubyracer-0.8.0.gem
- tilt-1.3.3.gem
- uglifier-0.5.4.gem
- watchr-0.7.gem
- .DS_Store
- .gitignore
- CHANGELOG
- Gemfile
- Gemfile.lock
- LICENSE
- provisioning_notes.txt
- Rakefile
- README.md
- rebar.config
# Installation Guide
1. Get the code
git clone https://github.com/mashion/chloe
Downloads the entire project code from GitHub to your computer.
cd chloe
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedbrew install erlang
Installs the pre-built package via Homebrew β no source build required.
brew install rebar
Installs the pre-built package via Homebrew β no source build required.
gem install rake
Installs the package published on RubyGems directly.
gem install sinatra
Installs the package published on RubyGems directly.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
