linda

1.2.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i linda

Weekly Downloads

44

Version

1.2.2

License

MIT

Last publish

Collaborators

  • shokai