Top "Node-webkit" questions

NW.

How to write .wav file from blob in Javascript/Node

I'm trying to write a .wav file with fs.writeFile. The file is created successfully, however it's only 8-13bytes …

javascript node.js audio base64 node-webkit
console.log() does not appear in my terminal (nwjs)

In my nwjs app, I load a _launch.js file from an HTML file: <html> <body> &…

javascript node.js node-webkit nw.js
Node-Webkit: How to create a file in the local file system?

With using Node-Webkit, I'm trying to create and write to a text file in a user defined local folder from …

javascript node-webkit
net::ERR_INSECURE_RESPONSE while making ajax request from node-webkit

when I'm trying to make ajax request with jquery to: https://localhost:8443/uri I get this error: net::ERR_INSECURE_…

jquery ajax https node-webkit
Ask user where to save file with Node.js

I'm creating an app using node-webkit, so there's a lot of javascript. I have written a node.js function that …

javascript filedialog node-webkit save-dialog
make node webkit app load full screen

I'm trying to build a node-webkit app, currently I'm experimenting on package.json Here is the contents so far: { "name": "…

node-webkit
How to open a browser window from a node-webkit app?

I have a desktop application, packaged using node-webkit. I need to open the default browser of the user on click …

javascript jquery desktop-application node-webkit
How to package a NW.js application on Windows

I am reading the instructions for how to package a NW.js app and the wording is a confusing mess …

javascript node-webkit nw.js
node-webkit Error: please install sqlite3 package manually

I'm working with node-webkit, Sequelize and sqlite3. Node runs the app with no problems, but when I run it from …

node.js sqlite node-webkit sequelize.js
Get the path to the current application in node-webkit

In node-webkit, is there any way to find the path to the current application? In node.js, you can use __…

node-webkit