Collaboration powered by Firebase
FireCollab is a collaboration framework made to simplify building collaborative web apps.
It uses Firebase for communication between clients and uber kewl JSON Operational Transformation (JOT) library by Joshua Tauberer for... well - operational trasformation (Duh!)
Install 5 min fork browser extension to see examples in examples
directory on GitHub without even downloading anything!
Now, go check it out. GO!
- Firebase - Scalable real-time backend
- jot - JSON Operational Transformation (JOT)
- grunt - The JavaScript Task Runner
- First, clone the repository (you can omit destination directory):
git clone https://github.com/MiroHibler/FireCollab.git master
- Second, update dependencies:
git submodule foreach --recursive git pull
- Lastly, build all (use
grunt --help
for more options)
grunt
You'll find all files in build/out
directory.
- Fighting bugs
- Writing a decent documentation
- Fighting more bugs
- Writing more adapters
- Initial release
Copyright © 2013 Miroslav Hibler
Licensed under the MIT license.