1.2.2 • Published 9 years ago
linda v1.2.2
Node Linda
Coordinatioin Launguage "Linda" implementation for Node.js and Socket.IO
Install
% npm install linda -g
% linda-server --helpstart linda-server
% linda-server -p 8931create your linda-server on Heroku
Requirements
- Node.js v0.10
- Socket.IO v1.2.x
What is Linda?
Linda is a coordination launguage for parallel programming.
Samples
sample codes works with linda-server on your PC.
% linda-server -p 8931Chat
Job-Queue Client & Worker
Test
% npm install
% npm testwatch
% npm install grunt-cli -g
% gruntContributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request

