https://github.com/robhurring/quickchat
Anonymous campfire chat experiment
https://github.com/robhurring/quickchat
Last synced: 10 months ago
JSON representation
Anonymous campfire chat experiment
- Host: GitHub
- URL: https://github.com/robhurring/quickchat
- Owner: robhurring
- Created: 2012-01-25T20:04:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-05T23:02:48.000Z (over 13 years ago)
- Last Synced: 2024-04-13T19:19:39.014Z (over 2 years ago)
- Language: Ruby
- Homepage: http://quickchat.herokuapp.com
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat experiment
A simple chatroom experiment similar to campfire using pusher, mongo and backbone. It supports
basic commands and listeners to perform actions.
Development was abandoned, but its still kinda neat :)
Hosted: quickchat.herokuapp.com
## Chat Commands
Comments are lacking, but the code is in `config/initializers/commands.rb` and the `app/models/command_processor.rb` files.
rename yourself
/rename [newname]
change topic
/topic [newtopic]
detect images
# paste any url that looks like an image and it will be embedded
detect pastes
# paste any multi-line text and it will be wrapped in `pre` tags
detect oembed *pretty rough around the edges*
paste any url from
- youtube
- flickr
- viddler
- blip.tv
- hulu
- vimeo
- dailymotion
- scribd
- slideshare
- photobucket
to have it embedded in the chat