Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "mutual", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Scala-inspired Actors that use Redis as a message transport", | ||
"main": "src/mutual.js", | ||
"main": "src/channel.coffee", | ||
"scripts": { | ||
@@ -20,7 +20,16 @@ "test": "rake test" | ||
"distributed", | ||
"queue", | ||
"worker" | ||
], | ||
"author": "Dan Yoder", | ||
"license": "BSD", | ||
"readmeFilename": "README.md" | ||
"license": "MIT", | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"generic-pool": "~2.0.2", | ||
"fairmont": "~0.1.1", | ||
"redis": "~0.8.2" | ||
}, | ||
"dependencies": { | ||
"testify": "~0.1.0" | ||
} | ||
} |
# Mutual | ||
Allows you to manage tasks using Redis as a message transport. | ||
Mutual is inspired by Scala's Actor model. Concurrency is managed by setting up Channels between participants. Remote channels are implemented by using Redis as a transport. |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
17091
21
0
1
+ Addedtestify@~0.1.0
+ Addedcolors@0.6.2(transitive)
+ Addedtestify@0.1.3(transitive)