Skip to content
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

What problem(s) is nidium trying to solve #38

Closed
andywer opened this issue Dec 1, 2016 · 3 comments
Closed

What problem(s) is nidium trying to solve #38

andywer opened this issue Dec 1, 2016 · 3 comments
Labels

Comments

@andywer
Copy link

andywer commented Dec 1, 2016

Hi there!
Seems like you put a lot of effort into this and there is also API documentation and stuff.

I had a quick look over the README and the Getting-started, but I am still puzzled regarding the very basics:

What problem(s) is Nidium trying to solve
and what is the benefit of using Nidium instead of existing Node eco system

That is the very first thing I am usually interested in. Maybe you can explain it better :)

Cheers

@paraboul
Copy link
Member

paraboul commented Dec 1, 2016

hey,

Indeed, it seems that we're still failing to explain what nidium is trying to achieve.

To put it simply, nidium aims to expose something close to the web technology on an easily hackable environment.

We're not trying to copy the Web. We want a sandbox where you can experiment new things and not being dependent to blink/webkit (e.g. like Electron does). This allow us to add various optimization and non standard things. Moreover, nidium is small (nidium statically linked with all of its dependencies is about 20 MB).

Also, nidium aim to target a large spectre of device and our short term goal is to run it on low power devices (mobile, rpi, ...)

BTW, it uses SpiderMonkey as its JavaScript engine, and we believe that Mozilla needs some love too!

As you may have read on the README, it's still work in progress and not really usable for real application yet :)

@paraboul paraboul changed the title Documentation: Project basics / distinction What problem(s) is Nidium trying to solve Dec 1, 2016
@paraboul paraboul changed the title What problem(s) is Nidium trying to solve What problem(s) is nidium trying to solve Dec 1, 2016
@andywer
Copy link
Author

andywer commented Dec 1, 2016

Yeah, that's understandable :) Adding this explanation to the README might be helpful to others.

@paraboul
Copy link
Member

paraboul commented Dec 1, 2016

Fixed by 85fef16

@paraboul paraboul closed this as completed Dec 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants