This binding makes use of the chainpad realtime editor engine and binds to the XWiki WYSIWYG editor. It is currently a work-in-progress but to try it out, install use the XWiki Realtime Backend from the Extension Manager and build the .xar file as follows:
# first make sure you have an up-to-date version of xwiki-tools
git clone git://github.com/xwiki-contrib/node-xwikimodel.git
cd node-xwikimodel
npm install -g
# then run the builder
./xargen
# and import the resulting XAR file.
Alternatively you can build and import in one operation using:
./xargen --post Admin:[email protected]:8080/xwiki
Or generate a Maven compatible build using:
./xargen --mvn