Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhalverson/consumer-producer-challenge

Technical challenge from inVision
https://github.com/benhalverson/consumer-producer-challenge

Last synced: 7 days ago
JSON representation

Technical challenge from inVision

Awesome Lists containing this project

README

        

# Requirements
* The Producer and Consumer as separate NodeJS services.
* The Producer generating random addition expressions of two positive integers, e.g. "2+3="
* The Consumer computing and returning the correct mathematical result for the each expression it receives
* The Consumer successfully processing requests from two Producers concurrently at a rate of at least 1 req/sec from each Producer (2 req/sec in aggregate)
* The Consumer and Producer should log all messages they generate and receive.