A
A
andreyka_g2015-03-09 11:38:18
css
andreyka_g, 2015-03-09 11:38:18

How to write a desktop in html/css/js?

Guys, there is such a task: to implement a search for files on a computer (I wrote a name / passage in the field, and next to it I displayed files with a similar name, their location and size). It needs to be implemented in javascript. After digging around on the net, I found options such as Atom Shell and Node Webkit . Please advise how best to implement my task, maybe there are some libraries, maybe Atom Shell and Node Webkit are not the best option, but there is some other, more convenient one. Thank you for your attention!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2015-03-09
@NeiroNx

Because for security reasons, browsers have almost no access to the file system. You will need a script playing the role of "WebServer" which will search for files.

I
index0h, 2015-03-10
@index0h

> but there is some other, more convenient
yes, do not use nodejs for this)) This is a server technology, after all.
Look towards QML

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question