Skip to content

baxtree/xlcc

Repository files navigation

#node-xlcc

node-xlcc is an interpreter for xLCC on Node.

#Installation

[1] install GIT from http://git-scm.com/

[2] checkout Node.js from GitHub: git clone https://github.com/joyent/node.git

[3] cd node; select node-v0.4.9: git checkout v0.4.9

[4] configure and install node-v0.4.9: ./configure ; make install

[5] checkout xlcc from GitHub: git clone git://github.com/baxtree/xlcc.git

[6] install dependencies: cd xlcc; git submodule init; git submodule update

[7] install expat-devel and compile node-expat manually: yum install expat-devel (for Scientific Linux/RedHat/Centos) | apt-get install expat-devel (for Ubuntu/Debian); cd xlcc/lib/node-expat; node-waf configure build

#Usage

node node-xlcc/xlcc.js <IM_NAME.xlc>

#example

sh alice.sh

sh bob.sh

About

Running the interaction-model-driven peer interaction with node and XLCC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published