README
node-channels
The main goal is have fun :)
Based on https://tour.golang.org/concurrency/2
Roadmap
- Copy https://tour.golang.org/concurrency/2 example
- Having fun
- Testing
- Concurrency using Worker Threads
Have fun with Node version of Golang's channels 🔥
<script type="module">
import nodeChannels from 'https://cdn.skypack.dev/node-channels';
</script>
The main goal is have fun :)
Based on https://tour.golang.org/concurrency/2