Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 693 Bytes

File metadata and controls

20 lines (14 loc) · 693 Bytes

node-channels

The main goal is have fun :)

Based on https://tour.golang.org/concurrency/2

Caution 🙋⛔️

Threads on Node have specific usage. As pointed at the documentation, you should use it for performing CPU-intensive JavaScript operations. For I/O operation, libuv performs better.

Roadmap