UNPKG

beequeue

Version:

A simple, fast, robust job/task queue, backed by Redis.

12 lines (10 loc) 158 B
# Ping-pong Example of back-and-forth communication between two programs. First run: ``` node pong.js ``` Then, with pong running, run: ``` node ping.js ```