Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
/ LiveTool Public archive

Collaborative editor using Node.JS / Redis / RTMFP / Socket.IO

License

Notifications You must be signed in to change notification settings

HoLyVieR/LiveTool

Repository files navigation

The technology behind this is no longer relevant. This is archived for historical purpose.

LiveTool

This project is a demo that was made up to show what can be done with RTMFP. At the current stage it's a mini-graphical editor that can be used by multiple people at the same time. It was also a project to show that it can be possible to integrate RTMFP technology without sacrificing support for user that don't have Flash.

Technologies

Server : Node.JS (v0.4.x)

Database : Redis

Communication :

  • RTMFP for P2P communication
  • Socket.IO as fallback for P2P communication
  • Socket.IO for communication with the server.

Library : RaphaelJS, jQuery, Connect

Setup

  • Install Redis
  • Configure Redis in /redis/index.js (Note: if you have a default installation you don't need to change anything).
  • sudo node serverstart.js

About

Collaborative editor using Node.JS / Redis / RTMFP / Socket.IO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages