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
-1
votes
3 answers

How to retrieve code from real barcode scanner in node.js for node-webkit app

I'm developing an desktop application using node-webkit(nw.js) i want to integrate real barcode scanner with that app for merchants how can i integrate real barcode scanner with node.js
Anwar Hussain
  • 477
  • 3
  • 7
  • 18
-1
votes
1 answer

How to debugging in chrome on iPad?

I have been trying to debugging chrome on ipad and I tried these solutions but didn't worked out. Nodejs Weinre
Vinoth Rajendran
  • 1,181
  • 1
  • 13
  • 28
-1
votes
3 answers

How to determine display format

By display format, I mean names like 360p, 720p, 1080, 2K, 4K, 8K. If I have a bunch of videos, how do I determine which format is each? Their resolutions vary, some are 1280x720, which is 720p, but others are 1270x528, which should still be 720p?…
Anna K.
  • 1,887
  • 6
  • 26
  • 38
-1
votes
1 answer

How to take screenshot with node-webkit

All: I build a interactive chart app running as node-webkit app. One thing I need help is: Say if user clicks and the visual of chart changed, how can I use node-webkit to take a screenshot of that page to reflect the change realtime. Thanks
Kuan
  • 11,149
  • 23
  • 93
  • 201
-1
votes
1 answer

NodeWebKit with RobotJS error Win32

I have a problem with RobotJs i have an error : "Uncaught Error: %1 nest pas une application Win32 valide. C:\Users\antoine\Desktop\testNW\node_modules\robotjs\build\Release\robotjs.node" This problem happens with NodeWebKit. Howewer , when i…
-1
votes
1 answer

In a Node webkit App, WEB SQL API is not creating a database

I'm creating a database and a table for my node webkit app, using this : var db = openDatabase('vizDb', '1.0', 'Visualiation database', 2 * 1024 * 1024); db.transaction(function (tx) { query = 'CREATE TABLE IF NOT EXISTS dataworking (id,…
vivekanon
  • 1,813
  • 3
  • 22
  • 44
-1
votes
3 answers

How to create interaction-rich web app with AngularJS?

This has long been a question of mine since I got my hands on AngularJS. Yes, AngularJS offers a thorough separation between the presentation and the undermine logic. However, I find myself in such a dilemma where sometimes I really can't resist the…
Isilmë O.
  • 1,668
  • 3
  • 23
  • 35
-2
votes
1 answer

How to convert exe to elf

I made a game using JavaScript. I converted it to exe using NW.JS, but I want to run the game on Playstation. I found out from the Internet that you need .ELF files to run it on console. I want to know how to convert .exe to.elf.
-2
votes
1 answer

Execute node without installing

I have one .JS File, which is using node_modules and doing my things. I would like to Create a Batch file or something which will run that file without node_module installation or Node installation in the Client system. I don't want to create .exe…
ATUL SHARMA
  • 184
  • 2
  • 12
-2
votes
1 answer

NodeWebkit "always on top" on top of fullscreen applications?

I've been playing around with a NodeWebkit application I'm building and I'd like to know if there's any way of making the app run on top of everything. I know you can set always on top to true within the package.json file (or call the method on the…
Joey Emery
  • 684
  • 2
  • 6
  • 15
-2
votes
1 answer

frameless window outside a window

Is it possible to get a new window without the frame outside the window(browser or webkit) like in the image? I've tried this in the package.json file of new window: "window": { "position": "center", "width": 100, "height": 50, …
Jry9972
  • 463
  • 7
  • 16
-3
votes
2 answers

Is nwjs fast enough for a media manager application?

I'm planning on writting an application which would be a kind of media manager for videos and images (for organising in playlists and galleries, and displaying it inside the app), it will involve a lot of drag and drop and db access, will building…
bobbyBrown
  • 21
  • 5
-3
votes
2 answers

Which is the best framework in node js?

Hi i am making a whatsapp like app for this which framework suitable in node.i am new in node.js.So please suggest me framework which is suitable according to my requirement. Thanks..
Rituraj ratan
  • 10,260
  • 8
  • 34
  • 55
-5
votes
1 answer

Node not working properly

any ideia why my node only runs in http? The node keeps running but if you put https in browser the node will not work properly, as it only works properly on http,
1 2 3
80
81