Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 15 submissions in the queue.
posted by martyb on Wednesday March 17 2021, @11:45AM   Printer-friendly
from the starting-over dept.

For the first time in years, someone is building a web browser from scratch:

For more than two decades, building a new web browser from scratch has been practically unheard of. But a small company called Ekioh has its reasons.

The Cambridge, U.K.-based company is developing a browser called Flow, and unlike the vast majority of browsers that have arrived in recent years, it's not based on Google's Chromium or Apple's WebKit open-source code. Instead, Flow is starting with a blank slate and building its own rendering engine. Its goal is to make web-based apps run smoothly even on cheap microcomputers such as the Raspberry Pi.

There's a reason companies don't do this anymore: Experts say building new browsers isn't worth the trouble when anyone can just modify the work that Apple and Google are doing. But if Flow succeeds, it could rethink the way we browse the web and open the door to cheaper gadgets. That at least seems like a goal worth pursuing.

"It's a huge task, but if you want something which is very small and very fast, you typically can't start with one of the other engines," says Stephen Reeder, Ekioh's commercial director.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2, Interesting) by SomeGuy on Wednesday March 17 2021, @12:10PM (1 child)

    by SomeGuy (5632) on Wednesday March 17 2021, @12:10PM (#1125309)

    Good luck getting anything other than a blank page on the "modern" web if you are not bug-for-bug compatible with Google Chrome, which changes on a day to day basis.

    Also, how far are you going to get running on small computers when every web site already requires the ability to run an over 9000 Petabyte set of script files?

    Starting Score:    1  point
    Moderation   0  
       Redundant=1, Interesting=1, Total=2
    Extra 'Interesting' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Touché) by loonycyborg on Wednesday March 17 2021, @12:27PM

    by loonycyborg (6905) on Wednesday March 17 2021, @12:27PM (#1125312)

    Even the smallest embedded system nowadays packs more cpu power than desktop workstations that were running web browsers originally. And basic html paradigm didn't change much over the years, with the exception of all this scripting stuff. Yet JS engine is still faster than Flash player.