PageRenderTime 22ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

http://github.com/AF83/ucengine
Markdown | 29 lines | 17 code | 12 blank | 0 comment | 0 complexity | 7ea0f48d50cddcb1a746ece50288bc0c MD5 | raw file
  1. # Unified Collaboration Engine
  2. U.C.Engine (Unified Collaboration Engine) includes:
  3. * a publish/subscribe server with persistence,
  4. * a Javascript frontend client with a library of several realtime collaborative widgets (chat, file sharing...)
  5. * several backend clients that provide additional features to your application (video streaming, file converters...)
  6. U.C.Engine allows you to build real time applications like collaboration based services, live meetings, games or anything that fits well in an event driven philosophy.
  7. U.C.Engine is a free software project written in erlang (server) and javascript (front client). It exposes a ReSTful HTTP API with JSON as its primary exchange format.
  8. ## Docs
  9. http://docs.ucengine.org/
  10. ## Contributions, help, discuss
  11. To suggest a feature, report a bug:
  12. http://github.com/AF83/ucengine/issues/
  13. General discussion:
  14. http://groups.google.com/group/ucengine
  15. ## License
  16. Copyright 2011, af83
  17. The default license for all files is AGPLv3 except wwwroot/ under MIT/GPLv2.