Skip to content

node-linda/linda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Linda implementation on Socket.IO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 94.9%
  • HTML 2.4%
  • JavaScript 2.4%
  • CSS 0.3%