linda
v1.2.2
Published
Linda implementation on Socket.IO
Downloads
207
Readme
Node Linda
Coordinatioin Launguage "Linda" implementation for Node.js and Socket.IO
- https://github.com/node-linda/linda
- https://npmjs.org/package/linda
- Web版Lindaによる実世界コンピューティング
Install
% npm install linda -g
% linda-server --helpstart linda-server
% linda-server -p 8931=> http://localhost:8931
create 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.
- http://en.wikipedia.org/wiki/Linda_(coordination_language)
- http://ja.wikipedia.org/wiki/Linda
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


