ayojs / ayo

A fork of Node.js. Humans before technology.
Other
1.66k stars 97 forks source link

Technical projects #59

Open cronvel opened 7 years ago

cronvel commented 7 years ago

Hello,

It would be nice to have a list of technical projects for Ayo. Some people may want to contribute, but without goals, priorities and aimed features, it's hard to jump in the bandwagon.

From what I read on other issues, there is at least:

I may suggest two new things:

I think the core value of Node/Ayo is the web, and IMHO it should come battery-included with all basic web stuff. The existing ws module has many years of maturity, I think it would be nice if it find its way to the core.

Anyway, having the technical todo list could help undecided people to make the move and pick one item.

addaleax commented 7 years ago

core http2

Just so you know, this fork currently includes Node’s experimental HTTP2 implementation, and I don’t see it being removed here.

cronvel commented 7 years ago

@addaleax great, I missed that one!

valpackett commented 7 years ago

I'd like to suggest some security things:

addaleax commented 7 years ago

@myfreeweb yeah, those were definitely thing that were brought up in Node.js and that might make sense but also require a ton of volunteer work. https://github.com/nodejs/node/pull/13575 is probably a really great start, though