Realtime chat platform allowing private instant broadcast messaging similarly to twitter.
- max 160 chars
- supports hash tags & links
- unlimited count of attachments
- easy way how to create streams
- three levels of rights:
- public (read-only)
- writer (can create streams & messages)
- admin (can create stream & message & can delete messages)
curl https://install.meteor.com/ | sh
mkdir project_home
cd project_home
git clone <this_repo_url>
meteor
open http://localhost:3000 in any browser
- click on stream name within an message
- open <app_url>/<stream_name> in browser