Hello! It’s a pleasure to join this community, since I discovered it, this cozy place is one of my favorite corners on the web, for sure. I am sharing a project that I am modestly helping with, all credits should go to <a href=“https://github.com/kasperisager” rel=“ugc”>https://github.com/kasperisager</a> and <a href=“https://github.com/mafintosh” rel=“ugc”>https://github.com/mafintosh</a>. To give a big picture of the project I’d point:
- In the early days of NodeJS, there were tons of discussions about what should be implemented on core or not, Bare embraces the minimal core philosophy, for instance, HTTP modules are kept out from the core.
- Multiple choice for JavaScript engine, there’s official support for V8, JavaScriptCore, QuickJS and JerryScript.
- Wide platform/arch support, about that Bare reminds me of Gentoo 😅.
- It has portability to NodeJS built-in modules, but it’s not meant to have 100% coverage.
- Maybe I am not the right person to say it but the code readability is 👍, it’s a fun project to hack on and contribute.
You must log in or register to comment.