Re: [nodejs] Re: Multiple timeouts (lots of...)

2016-09-22 Thread Marek Jaskot
Hi Alain, W dniu wtorek, 20 września 2016 02:19:46 UTC+2 użytkownik Alain Mouette napisał: > > Hi Zlatko, thanks for the detailed answer :) > > My client is IoT and this brings some limitations... > First I am limited by what libs I can find on the hardware side, then > the IoT can be

[nodejs] Quality analysis

2016-09-22 Thread Thomas Weiss
Hi! I was wondering what tools could be useful to analyse the quality of a node.js app. This article speaks of mocha, istanbul and Sonar. But since it's a bit old (2013), something

[nodejs] Best way to programmatically manage exceptions handled by a NodeJS application

2016-09-22 Thread justin hyland
I'm working on a NodeJS application right now, and I'm somewhat stuck on the "best" way to manage exceptions that can be returned (or thrown) by the application. The two things I would like to accomplish are: Localization - Instead of the exceptions being hardcoded in English, would be nice

[nodejs] UDP Broadcast and multiple interfaces

2016-09-22 Thread Paul J R
Hi All, For the last couple of days i've been attempting to implement a DHCP server and have run up against a few limitations that I think spell the end of idea (in pure JS at least). Handing udp broadcast itself is fairly straightforward, but when its coming in from multiple interfaces there

[nodejs] node.js and Java - which approach?

2016-09-22 Thread O haya
Hi, I am looking to port a project that we have to using node.js. The current project consists mainly of a homegrown, standalone Java app as a threaded web server. The thing is that this app also has to integrate with (call out to) a COTS (commercial off-the-shelf) product, via a Java API

[nodejs] Error: canvas.toDataURL() is not a function

2016-09-22 Thread Prajwal Sapare
Currently I am trying to convert browser based client side volume rendering code to server side pure javascript based rendering. I use node-webgl at server side. My main goal is to send the canvas content of server to client, later this image data is displayed on the client. But before this