Echo JS 0.11.0

<~>

tracker1 2896 days ago. link 1 point
repost from my comment:

Regarding immutable data structure in blog article's comments, immutable data structures won’t stop race conditions when you want/need shared data, what will be needed is an immutable data structure and a primitive locking mechanism… tbh, I think this will lead to a misuse of this system… I think I, and most people would be relatively happy with a server-side webworker interface, and the communication channel to go with it… Where webworker in the node-style server takes a path/module similar to require(), only it loads that module as a separate isolated thread.

It’s a cool idea, but I think it probably creates more problems than it solves.