M
M
MaxYenot2020-05-07 10:34:01
Browsers
MaxYenot, 2020-05-07 10:34:01

Is it possible to build/configure a browser that will be the runtime for a .js application?

Hello. Modern browsers have a huge number of APIs. If a developer writes simple applications, he usually uses only a few. What is most offensive, some browsers may not support the APIs that a .js developer needs.
The question is: is it possible to build a "custom browser", which will be just the environment in which the .js application runs?
Let's say there is an application in .js that is on the site. It is necessary that a person does not receive a link / address to a directory on a web server and opens it in his browser. And so that he installs a program that will itself access this site. In general, you need something like a "truncated", limited in functionality browser that can only work with certain APIs, and can only go to one site.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
smilingcheater, 2020-05-07
@smilingcheater

Look towards https://www.electronjs.org/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question