The main goal is have fun :)
Based on https://tour.golang.org/concurrency/2
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.
- Copy https://tour.golang.org/concurrency/2 example
- Having fun
- Testing
- Concurrency using Worker Threads
- Add CodeClimate badge
- Implement Stricter Generators :)
- Example using SharedBuffers
- Implement Thread Pool