NodeOS / NodeOS

Lightweight operating system using Node.js as userspace

Home Page:http://node-os.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeOS windowing (GUI) kit

Nashorn opened this issue · comments

I have a plan + idea for starting a NodeOS windowing (GUI) kit, which being all js+html+css. I'd like to know how nodejs, when booted, how can it launch is UI process.

Do not use HTTP as part of the design. Avoid network based communication and learn from many GUIs like whats happened with xorg to wayland. Do not go the server sort of route get out of that mindset and use lower level APIs. Don't think Web think of lower abstraction layers,, scaling, performance, and efficiency, Would be happy to work with you on it.

HTTP is the way to go to get the resources, anything else works on local on the web browser.

I'm disappointed that the nodejs' community defaults to html+js+css when it comes to write a UI/Frontend. You can't even use node's JS runtime directly for the js part as that will opens up security issues. Use NodeGui, there's already a bunch of magic and amazing witchcraft in NPM that it makes you stupid to be opinionated not to mention the opinion is html.

anyway if we use HTML+CSS+JS for Node OS, it can be server-side GUI operating system (also using web-based GUI is more good as the host running NodeOS didn't take too much resource.

lol I didn't notice this issue is 4 monts old

anyway if we use HTML+CSS+JS for Node OS, it can be server-side GUI operating system (also using web-based GUI is more good as the host running NodeOS didn't take too much resource.

What you are describing is Web Panel. This issue is talking about Windowing/GUI Kit

anyway if we use HTML+CSS+JS for Node OS, it can be server-side GUI operating system (also using web-based GUI is more good as the host running NodeOS didn't take too much resource.

What you are describing is Web Panel. This issue is talking about Windowing/GUI Kit

time to compile Xorg and Xfce for NodeOS?

time to compile Xorg and Xfce for NodeOS?

You've totally missed the point of this thread.

Hi all!

I love programming in Javascript, I would be happy if there was some way to create my programs with a graphical interface with html/js/css within an operating system in Javascript. There are some rendering engines, I don't know the node-os operating system in depth, but there are some interesting solutions like the rendering engine: repaint or litehtml.