Questions tagged [node-webkit]

NW.js (formerly node-webkit) is an app runtime based on Chromium and Node.js. You can write native apps in HTML and JavaScript with node-webkit. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies.

NW.js (formerly Node-Webkit) is an app runtime based on and . You can write native apps in HTML and JavaScript with node-webkit. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies. It is developed by Intel at the Intel Open Source Technology Center.

was renamed in January, 2015 because Chromium's switch from Webkit to Blink combined with a switch from Node.js to IO.js meant that the runtime was no longer based on either "Node" or "Webkit".

Resources

1214 questions
0
votes
1 answer

How to get the pid of nw.exe in node-webkit?

How to to get PID of current instance of nw.exe in node-webkit from my JavaScript code?
user1569115
0
votes
1 answer

Desktop Top Save Location For User Storage?

While writing a node-webkit application I came across needing to save users uploaded photos through the built in html file input. I can save photos easy enough where I wish via a nice post here on node file uploading and node-webkit's file dialog…
Ryan Q
  • 10,273
  • 2
  • 34
  • 39
0
votes
1 answer

Node.js (node-webkit) error using http.get for rss feed, HPE_INVALID_CONSTANT

I'm working on an RSS aggregator via node-webkit, and I've stumbled upon an issue where a seemingly random volume of my requests (code below) will fail with any of the following errors: HPE_INVALID_CONSTANT, ETIMEDOUT, EAGAIN, and…
ArkahnX
  • 405
  • 1
  • 5
  • 9
0
votes
2 answers

what is the correct syntax for node-webkit chromium args?

In my package.json file for node-webkit I have: "chromium-args" : "--url="http://www.google.com"" I tried to use use backslashes \"www.google.com\", but webkit seems to not open at all when uses blackslashes. If I leave the blackslashes out, webkit…
dottedquad
  • 1,371
  • 6
  • 24
  • 55
0
votes
0 answers

Node-Webkit and Three.js animation stop and hangs out in the page like a snapshot

My little experiment with node-webkit and three.js contains; two page; index.html ( contain one button to open wayfinder.html ) wayfinder.html ( three.js animation code and a button ( named 'go' ) to back index.html ) If I use back button to…
ubaltaci
  • 1,016
  • 1
  • 16
  • 27
0
votes
1 answer

Node-Webkit sharing data in node via exports

I'm experimenting with Node-Webkit lately, if I call sth like that; exports.name = function() { console.log('My name is Uğur'); }; Node-WebKit renderer throws a error: "Uncaught ReferenceError: exports is not defined" I couldn't understand,…
ubaltaci
  • 1,016
  • 1
  • 16
  • 27
-1
votes
1 answer

Implement tileserver-gl in NW.js desktop program?

Is there any way to make tileserver-gl working inside a desktop program so when the program start the tile server start with it
Muayd
  • 15
  • 3
-1
votes
1 answer

Invalid Version TypeError when using nw-gyp to build the leveldown module for Windows PouchDB

I actually found the answer to this question already, and just want to document my finding. First of all, this problem is not specific to building the leveldown module for Windows PouchDB. From what I have read online, it is a fairly common…
toyssamurai
  • 561
  • 4
  • 13
-1
votes
1 answer

gui.Window.open() returns undefined

I have a NW application that starts with a splash screen, which then opens the main application in a new window. The code is approximately this: var appWin = gui.Window.open("https://localhost:8080/", { "icon": "app_icon.png", "frame":…
Peter Hall
  • 53,120
  • 14
  • 139
  • 204
-1
votes
2 answers

Disable windows keys in a node webkit application?

One of my new application i need to disable window keys so, Any one knows how to disable left and right window key in a node web kit application ?
Sandeep Ks
  • 504
  • 3
  • 13
-1
votes
1 answer

I have to Export around 50 page pdf in node js which module i have to use?

Currently I am using pdfmake module in my sails app to export pdf.But,when size of pdf increase it is taking too much time to export pdf,Ihave to export pdf of around 50 pages.So,Which module i can use to export pdf ? or any way to decrease load…
-1
votes
3 answers

Wait until internet connectivity to start the node webkit app

I'm a little lost as to how to make the app wait until the client has network connectivity. The consumers of the app are not expected to start the app manually (they will not be very computer literate) and the app will start up automatically on a…
bl_ur
  • 1
  • 1
  • 6
-1
votes
1 answer

Can't write/append to JSON file in Node Webkit

I want to have persistent memory (store the user's progress) in a .json file in %AppData%. I tried doing this according to this post, but it doesn't work. For testing purposes I'm only working with storing one object. The code below doesn't work at…
angularchobo
  • 183
  • 1
  • 3
  • 17
-1
votes
1 answer

SAPUI5 For the UI and LARAVEL for backoffice

I have to begin a new project and that's 2 years ago that I'm working on SAPUI5, But for severals reasons I have to use the Laravel 5.1 Framework to handle the database logic and controller to get and put data from and to the database. I appreciate…
shmoolki
  • 1,551
  • 8
  • 34
  • 57
-1
votes
3 answers

How to package a node webkit app as a hybrid standalone desktop app

The nwjs docs describe very detailed How to package and distribute your apps for every single OS. I was wondering if it's possible to package / distribute a nwjs app as a standalone version which is running on all supported platforms as a…
Jan Viehweger
  • 522
  • 5
  • 19
1 2 3
80
81