Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 436 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 436 Bytes

QuackFarm

who gives a quack

Instructions

Start a server on port 8888

node index.js

Join the farm

node client.js <url>

Issue a POST request to <url>/quack to make everyone on the farm quack e.g.

curl -X POST <url>/quack

Happy quacking!