Using Node.JS with Qt bindings.
Node.JS is a a language that can today use Qt bindings for generating a UI application on the desktop. Would it be possible to bind node.js to on the Tablet, for creating desktop application easier - and faster.
Node.JS is a a language that can today use Qt bindings for generating a UI application on the desktop. Would it be possible to bind node.js to on the Tablet, for creating desktop application easier - and faster.
You can use JavaScript with QML to create Qt apps for Sailfish. It is not node.js but vanilla JavaScript. However documentation s thin and there are few examples that do not cover everything. Experience with Qt will help a lot.
Node.js is a runtime for applications in JavaScript.
Qt already contains a runtime for applications in JavaScript, so putting in an alternative runtime makes little sense.
I guess that is better than no support for ECMA languages at all. But it actually explains why there is Node.JS support for Qt in the first place. If there is Qt QML support for JS, the bindings would be very easy to setup. Would just need to get Node.JS runtime onto the tablet/phone and either trough smart "setup" packaging in the application or through a openrepo, and you would be able to run background services easy that way. yes im a fullstack webdeveloper w/ main focus on Node.JS and wanna transfer that knowledge
Asked: 2014-11-24 22:55:20 +0200
Seen: 3,217 times
Last updated: Nov 25 '14
If you are referring to the Qt project, please use an uppercase Q and a lowercase t. It should read as
Venemo ( 2014-11-24 23:08:09 +0200 )editQt
and NOTQT
.This sounds more like the proverb with the hammer and the nails. I don't have experience with Node.JS, but I do have plenty with HTML/CSS/Javascript/AngularJS. My opinion is that webtech is definitely not the solution for everything. (In fact, I don't find it optimally suited even for web related things...)
QML is the best option for creating apps on Jolla, because it was made for the platform, instead of some ugly inconsistently hacked together sh|t which is webtech these days. C++ might not be for everyone, but that could be solved by Python / PyOtherSide.
Fuzzillogic ( 2014-11-25 21:52:15 +0200 )edit