https://github.com/bitliner/team
Team is a simple npm library for distributed computing, at scale
https://github.com/bitliner/team
distributed nodejs queue redis scalability
Last synced: 2 months ago
JSON representation
Team is a simple npm library for distributed computing, at scale
- Host: GitHub
- URL: https://github.com/bitliner/team
- Owner: bitliner
- License: apache-2.0
- Created: 2017-04-01T16:59:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T19:52:00.000Z (about 9 years ago)
- Last Synced: 2025-08-29T07:43:11.831Z (10 months ago)
- Topics: distributed, nodejs, queue, redis, scalability
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# team
Team is a simple npm library for distributed computing, at scale.
You can use team for:
* building microservices architectures
* parallelize and scale very long computations
* simplify scalability of your system
It provides:
* **pattern matching**: a wonderfully flexible way to handle business requirements
* **simple transport layer**: team is backed by redis. You only need to startup a redis server and provide connection URL to the processes
# Install
# Test
# Quick Example