AppJS is an open-source SDK to develop desktop applications using Node.js and the Chromium Embedded Framework.

learn more… | top users | synonyms

2
votes
1answer
15 views

Make an AppJS project into a single exe

I have been reading online for days and I am unable to find a solution for this that I can get working. I would like a single exe file that unpacks to temporary location when you run the file which ...
1
vote
1answer
21 views

Makefile for AppJS

The current AppJS project does not contain a makefile for Windows. Has anyone already created a makefile for Windows compilation? If I add the files from "src" to an empty project in Visual Studio I ...
1
vote
0answers
47 views

AppJS Drag and Drop event never fired

Using AppJS (http://appjs.org/) which basically gives NodeJS a webkit window to work with. I am attempting to harness the drag and drop event for files and URLs to be used in my code. The short code ...
0
votes
0answers
28 views

Why sometimes not loaded Appjs new windows?

I use this code in javascript to make it automatically open the windows in APPJS: window.open('off/share.html?titulo=Vehicle 19&id=1','Compartir Contenido','width=525,height=470') But sometimes ...
1
vote
0answers
102 views

AirPlay streaming to HTML video player

First let me begin that I understand this protocol is mostly closed-source and Apple proprietary. Legal ramifications aside, I'd still like some help. Title: AirPlay streaming to HTML video player. ...
1
vote
1answer
131 views

Using node.js os.cpus() to detect user idle time?

I'm developing a chat application with appjs that uses node.js as the platform. I'm stucked with detecting when computer is idle (when user is away from it or not using it). There is os module in ...
3
votes
1answer
127 views

How to communicate from server to client via sockets with nodejs?

Currently I am creating a Javascript application. I am using AppJS for this. I have some problems understanding the connection between the client and server. Menu bar -> socket problem The problem ...
0
votes
0answers
103 views

I am unable to package an appjs app on OS X

I'm unclear, is it possible to install appjs using npm on a mac? The appjs distributable works fine, but I wanted to package up the app. The following: node --harmony data/app.js Returns: ...
0
votes
0answers
21 views

window.frame.openDialog does not work on MAC OS [duplicate]

window.frame.openDialog does not work on MAC OS. I couldn't select the files from Open dialog box. Any help will be greatly appreciated.
0
votes
0answers
63 views

“window.frame.openDialog” not able select files in Mac OS X

Using window.frame.openDialog, I am not able to select the files from the Open dialog box in Mac OS X. I could select the directory but not the files. Is there any way to select the files? My code ...
1
vote
3answers
756 views

How To Open PDF Files Inside Chromium?

I'm using nodejs and chromium for my desktop app. The problem is that I can't open pdf files in chromium. So I googled and found that most of the answers are related to mozplugger plugin. I installed ...
0
votes
1answer
116 views

Splash for appjs applications

Is it possible to show a splash before opening an appjs application? I need to show an image before opening the appjs application for 2 or 3 seconds and need to be closed and then need to open the ...
0
votes
2answers
139 views

accessing dom with nodejs + appjs + node-serial

I have an appjs application running well. I am trying to basically either call an existing javascript function from within the loaded page on an event. OR access the pages elements on an event. I am ...
0
votes
1answer
197 views

AppJs as Browser

i have recently developped a Web Application running on node.js available online on nodejitsu. Now my client wants to have a standalone Desktop Application and my thoughts were on AppJS. So the ...
0
votes
1answer
86 views

App js code (appjs.serveFilesFrom) to serve static files from a directory not working?

I'm using appjs (with nodejs + chromium) in my desktop app. I need to include js files and call functions defined in those files in my app.js file (mainly in menu created using app.createMenu(..) ). ...
0
votes
2answers
283 views

How do I package my appjs app?

I'm trying to release a package for my appjs app but there doesn't seem to be any easy way for end users to "just run" the application without a terminal. Is there anyway to do this that is fool ...
2
votes
0answers
125 views

appjs openDialog return value is garbled

using appjs-0.0.20-win32-ia32 window.frame.openDialog({ type: 'save', title: 'Save...', multiSelect: false, dirSelect:true }, ...
0
votes
1answer
138 views

Show webcam stream in CEF 1 / appjs?

I'm running appjs and I'm thinking of showing live content from the local webcam in the html and would like some hints on how to do this. /Kristofer
0
votes
0answers
99 views

how do I install APPJS on raspbian

Can someone please help me through the process of installing APPJS onto my raspberry pi running raspbian os. If that's not possible, what are other alternatives to create desktop applications using ...
0
votes
1answer
199 views

Which is the correct technical name of those products, and a list of availables

I'm trying to find other type of products which allows me to create a desktop app through html5 + javascript. Actually I found these three but I still don't know their technical name so I really can't ...
0
votes
3answers
371 views

Sound not playing in appJS and tideSDK

I have developed a web app that I want to package as desktop application using a framework. I tried doing so in appJS and tideSDK. Everything is working fine except for one function that plays a ...
0
votes
2answers
358 views

Phonegap SQLite 3

I need a way to use SQLite 3 without a quota with Phonegap. I have looked at several plugins but they lack good documentation and none of them say they work with Phonegap 2.0 (1.5+ is touted on most ...
4
votes
1answer
2k views

Questions regarding AppJS / Tidesdk

So not sure if this would be the correct place to ask these but I know I could perhaps get some answers. I am getting into Meteor and now would like to make some desktop apps. I was going to go the ...
2
votes
1answer
224 views

How to enable harmony in Coffeescript?

Here is how I run my js code: node --harmony ./data/app.js Now I want to move to the CoffeeScript. So I try to run it like that: coffee ./data/app.coffee And it fails. How can I pass this ...
0
votes
1answer
529 views

NodeJS + AppJS + Sqlite3

I am trying to build the SQLite3 module into my project. If I run NPM install sqlite3 it fails. Here is my npm-debug.log relevant: 235 info install sqlite3@2.1.5 236 verbose unsafe-perm in lifecycle ...
1
vote
1answer
841 views

Deploy Applications with AppJS?

How to I create a stand alone application with AppJS? I read the tutorial but I cannot find where it is that you actually convert the source code into an "application" with its own "frame" and what ...
1
vote
0answers
175 views

Looking for Mac OS X themed css boilerplate [closed]

I plan to develop a mac OS X app using appjs. Now I'm looking for a CSS boilerplate which lets the UI look like native Mac OS X interface. It would be great if I can add the class .osXButton to a ...
0
votes
0answers
83 views

How to set authentication usernames/passwords for Chromium in Appjs

How, if I have a Chromium window in Appjs, can I set a bunch of usernames/passwords that are subsequently used for Basic or NTLM authentication? var window = app.createWindow({ width : 1024, ...
0
votes
2answers
644 views

AppJS - Unsafe JavaScript attempt to access frame with URL

I'm making a desktop app where i can filter some specificed div inside of iframe with AppJS. I'm having a problem i couldn't hide some divs, there is a code: <!DOCTYPE html> <html> ...
3
votes
3answers
3k views

appjs - compile into single executable?

I've spent all night trying different tools for building cross platform desktop apps via html5 and so far appjs seems to be perfect. I've only been playing around with the windows executable-based ...
0
votes
1answer
263 views

nodejs - pipe appjs console to a file

I try to pipe appjs console to a file with this code: var fs = require('fs'); var logStream = fs.createWriteStream(__dirname+ '/log.txt', { flags: 'a' }); process.stdout.pipe(logStream); ...
0
votes
1answer
456 views

HTML5 app or usb drive packaged with html5ready browser [closed]

we are looking for making a HTML5 tutorial thingy to run either from usb drive or by installing an desktop app. Any experience with this? I'm testing Appjs to make a HTML5 application, any ...
2
votes
1answer
660 views

Installing 32bit Node on Mountain Lion [closed]

I'd like to start playing with AppJS as a possible solution for an upcoming project, but I'm new to NodeJS and haven't managed to find a way to install 32bit Node (required by AppJS) on OSX Mountain ...