-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project dead? #50
Comments
if so - it would be a pitty :( |
I haven't dived much into this project, but with ES7's async many Async flow control projects are not needed anymore I think. Still, IMHO Strongloop should officially declare the status of this project. cc @piscisaureus @crandmck @kraman @sam-github |
ES7 async/await in no way obviates this project. Its the opposite, await requires promise support for high-level control flow, and Zones is in some way is "a promisy encapusulation" of parts of the node.js loop life-cycle that will play quite well with await. That said, we haven't had much time to work on it. @osher what would you like to contribute? Keeping it alive is to a certain matter getting interested contributors. Its one of those "if everyone thinks its dead it will die" things, I think. |
Dead for now. Although I still believe that the underlying ideas and concepts are sound, the chosen implementation strategy (monkey-patching node.js core) proved to be not viable. Also scope creep and/or inflated expectations didn't help get the thing out the door. There's still work going on in this area; tomorrow for example I'll be attending the node.js error handling "summit" in SF, and I hear a TC39 proposal for a similar concept (also called Zone) is under way. |
OK, well, I take it back - don't try to resuscitate! @piscisaureus will that "summit" be livecast? |
More on the TC39 zones proposal:
|
Not that I'm aware of, but I'm sure the outcomes will be shared. |
I think that this is the latest about zones: |
Well, I don't have anything speciffic in mind. Basically, I'm a tech consultant, and I came accross a customer that built is infra around domains, and since this package is pending deprecation I've been looking for an alternative - so I happend to get here. I'm more tight now, but am still interested. The first point in contributing is, talk to the maintainers about the roadmap. so... |
It seams like this hasn't been worked on in quite some time, ~10 months at the time of this writing, and I was just wondering if this project is to be considered dead?
If so, do you know any other project(s) which which provide similar features for node?
The text was updated successfully, but these errors were encountered: