distributed-node
distributed-node copied to clipboard
Optional Companion Files for Distributed Systems with Node.js
macOS 12.1 ``` $ brew install [email protected] Warning: No available formula with the name "[email protected]". Did you mean haproxy? ==> Searching for similarly named formulae... This similarly named formula was...
**page number: 13** node: v14.17.3 macOs Big Sur: Version 11.6 ```js const sleep_st = (t) => new Promise((r) => setTimeout(r, t)); const sleep_im = () => new Promise((r) => setImmediate(r));...
Example: 2-9., How to be your own Certificate Authority Error in curl call: curl http://localhost:3000 { "code": "DEPTH_ZERO_SELF_SIGNED_CERT", "error": "Internal Server Error", "message": "request to https://localhost:4000/recipes/42 failed, reason: self signed...