Linda implementation on Socket.IO


Keywords
linda, socket.io
License
MIT
Install
npm install linda@1.1.5

Documentation

Node Linda

Coordinatioin Launguage "Linda" implementation for Node.js and Socket.IO

Travis CI Status Badge

Install

% npm install linda -g
% linda-server --help

start linda-server

% linda-server -p 8931

=> http://localhost:8931

create your linda-server on Heroku

Deploy to Heroku

Requirements

What is Linda?

Linda is a coordination launguage for parallel programming.

Samples

sample codes works with linda-server on your PC.

% linda-server -p 8931

Chat

Job-Queue Client & Worker

Test

% npm install
% npm test

watch

% npm install grunt-cli -g
% grunt

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request