0

Creating a browser is better with language.

Which is easy to create a browser.

1st Nov 2017, 2:33 PM
Gurkirat Singh
Gurkirat Singh - avatar
3 Answers
+ 2
With Electron you are using the Chrome browser basically and not actually creating a web browser. I have created a web browser in C# but used WebKit and other commons libraries. The most common language for browser development is probably C++ with Rust as a new contender. I would recommend Rust but almost any language can be used.
1st Nov 2017, 3:35 PM
A_Hook
A_Hook - avatar
+ 2
@A_Hook I recommend Electron because it is easy to learn and there are also some other browsers made with it. ("Brave" for example)
1st Nov 2017, 3:48 PM
Jonas Geiler
Jonas Geiler - avatar
0
Node.js with Electron
1st Nov 2017, 2:50 PM
Jonas Geiler
Jonas Geiler - avatar