Coordinatioin Launguage "Linda" implementation for Node.js and Socket.IO
- https://github.com/node-linda/linda
- https://npmjs.org/package/linda
- Web版Lindaによる実世界コンピューティング
% npm install linda -g
% linda-server --help
% linda-server -p 8931
- Node.js v0.10
- Socket.IO v1.2.x
Linda is a coordination launguage for parallel programming.
sample codes works with linda-server
on your PC.
% linda-server -p 8931
% npm install
% npm test
watch
% npm install grunt-cli -g
% grunt
- 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