4,846 reputation
1211
bio website ectjs.com
location Russia
age 25
visits member for 1 year, 2 months
seen 2 days ago
stats profile views 232

May
3
awarded  Nice Answer
Apr
6
answered Client disconnects immediately after connection to Node js TCP server
Apr
3
revised mysql framework for node.js
edited body
Apr
3
answered Convert asynchronous/callback method to blocking/synchronous method
Apr
3
answered mysql framework for node.js
Apr
2
comment Call Windows API from node.js msg
Also you need to install node-gyp with requirements. Look at this installation instructions: github.com/TooTallNate/node-gyp#installation
Apr
2
comment Call Windows API from node.js msg
As far as i know node-ffi requires python to be installed on your system. Node.js don't have native methods to calling winapi functions.
Apr
2
answered Call Windows API from node.js msg
Apr
2
answered Is my node.js net “event:Data” callback blocking and preventing new TCP message reception?
Apr
1
answered Node.js Express
Apr
1
answered Connect-Domain does not catch error in the following situation:
Mar
31
answered Calling asynchronous functions identified by key
Mar
9
answered Websocket server always returns close state,but works fine in localhost
Mar
5
awarded  Yearling
Mar
5
answered Jquery ui tabs with jade
Mar
4
comment How can I pass variable to ejs.compile
see answer update
Mar
4
revised How can I pass variable to ejs.compile
added 418 characters in body
Mar
4
answered How can I pass variable to ejs.compile
Mar
3
answered how upload files on appfog
Mar
3
comment How to send a response inside the domain error handler
Why not using separate domain for this async tasks and error event for server errors?