Live data from Hacker News

Servo’s new home

blog.servo.org

21–30 of 326 posts

Re: Servo’s new home

#21
post #15

Earlier quoted context omitted.

Should we start calling it Servo by Linux now?

What's the connection to Linux?

It's now part of the Linux Foundation.

(through that's all there is to it, calling it "by Linux" would still be misguided I think as the foundation is named after Linux and not the other way around)

Re: Servo’s new home

#22

I haven’t been following Servo closely for the last few years (I’d looked at it during its early days). I recall that parts of it were already integrated into Firefox, but could someone state what percentage of the Firefox engine is based out of Servo and what the roadmap is for bringing Servo to a stage where it could almost replace Gecko? Does this new home for Servo (and detachment from Mozilla) still mean that Fi…

FF is using the CSS engine (Stylo) and rendering engine (WebRender) from Servo. Webcompat is certainly on our radar!

Re: Servo’s new home

#23

This is fantastic news. Servo has been doing exciting work, and it was disappointing to hear that Mozilla had disbanded the Servo team. I'm really excited to see where this will go. Will improvements from Servo continue to make their way down into Firefox?

> Will improvements from Servo continue to make their way down into Firefox?

Unlikely.

Re: Servo’s new home

#25
post #4

Awesome news! The world needs another prominent browser engine that browser vendors would want to use, and detaching Servo from Mozilla makes it better positioned for that task IMHO. I'm also very happy that work on Webrender continues. I love what you're doing guys!

For what it’s worth, these days WebRender is mostly being worked on by the Firefox graphics team at Mozilla.

As long as it still works for both!

Re: Servo’s new home

#26
post #11

Can Servo be used as an Electron replacement?

Not yet, there is an embedding API, but it's designed for embedding into native apps. Servo uses Spidermonkey rather than v8 as the JS engine, so integrating into the node ecosystem would be tricky. But it would be nice to see a JS-first runtime system built around Servo!

Re: Servo’s new home

#27
post #16

Awesome! I've been tire kicking their nightlys. I was thinking about building a "browser" but really mean just wrapping an engine. With the shakeup at M I was nervous that Servo would die, it's got a lot of promise. This is great news. Now, thoughts on a UI framework for Rust?

https://azul.rs/ Maybe?

Re: Servo’s new home

#28

How many paid developers will it have now, and how many did it have at Mozilla?

Right - unfortunately I feel like this is the most important question. I would have loved for someone with deep pockets like MS to take over servo. (Or even like Alibaba or Tencent)

Re: Servo’s new home

#29
post #11

Can Servo be used as an Electron replacement?

Not yet, there is an embedding API, but it's designed for embedding into native apps. Servo uses Spidermonkey rather than v8 as the JS engine, so integrating into the node ecosystem would be tricky. But it would be nice to see a JS-first runtime system built around Servo!

I'd guess many Electron users don't care about the node.js parts at all, they simply choose electron because it's more popular than the alternatives like CEF.
Post reply on HN