You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion on Node.js
|
|
|
Re : Getting Header Information.
|
| |
HI am sending the header information (like below)to node.js on the server
side, but it is not working.
How to pass the header information to server from client. and how to get on
the server side .
Pls if anyone knows... let me know
this is the ajax request call fron client html page:
client.html:... more »
|
|
Issues installing the jquery node-module with node 0.10.5
|
| |
Hey there, I'm trying to install the jquery node module locally with node version 0.10.5 and npm version 1.2.21. I'm running node on Arch Linux. When I try to install the jquery node module, I get a variety of errors. What puzzles me most is the first error written here: gyp ERR! stack Error: Python executable "python" is v3.3.1, which is not... more »
|
|
tcp roundtrip time performance
|
| |
Hi everyone, I'm trying to benchmark network protocol client, and profiler tells me that client spend most of the time inside uv write request. Simple ping-pong test[1] shows 15k roundtrips/sec limit (MacBookAir5,1/OSX). CPU load is reasonably low ( less than 50% on client and server, 4 cores ). Can anyone... more »
|
|
as/for: thoughts on adding aliases to npm as an alternative to dependency injection
|
| |
I've been mulling this problem space a while and decided to "think out loud" here to see whether anyone else is exploring similar avenues. There's obviously some good work being done in dependency injection for node apps, but I have some instinctual cringe at any dependency injection systems that make an appearance within source code, and this seems to be... more »
|
|
Node v0.11.2 (Unstable)
|
| |
2013.05.13, Version 0.11.2 (Unstable)
* uv: Upgrade to 0.11.2
* V8: Upgrade to 3.19.0
* npm: Upgrade to 1.2.21
* build: Makefile should respect configure --prefix (Timothy J Fontaine)
* cluster: use round-robin load balancing (Ben Noordhuis)
* debugger, cluster: each worker has new debug port (Miroslav Bajtoš)... more »
|
|
SummIT.js
|
| |
I just wanted to share my initial release of SummIT.js with the community. My reasons for creating yet another Node.js module?: Simplicity, Size, and Error handling. I intend in the future to add more stuff, but as of now it is quite useful, so I figured I would share it with whomever. I didn't set... more »
|
|
HTTPS request incomplete when piping to a file
|
| |
Hi,
I've been trying to debug this problem for a week now and it's finally time
to come here and ask if I'm doing something dumb. We're downloading a PDF
file from American Express, with the following code:
var request = require('request'); // Mikeal's request library
var req = _make_req(...); // constructs a request... more »
|
|
NodeJs Installation
|
| |
Hello All, i am trying to install NodeJs on my Linux machine, but it is throwing error Steps followed: Downloaded source code node-v0.10.5 cd node-v0.10.5 ./configure make ERROR Message*********************** **** make -C out BUILDTYPE=Release V=1 make[1]: Entering directory `/tmp/node-v0.10.5/out'... more »
|
|
Node.js hands-on workshop in The Netherlands
|
| |
Hello Everyone, Tuesday, May 28 there is a Node.js workshop at the Enschede Web Developers Meetup group. No previous experience with Node is necessary. The workshop will give a introduction to Node.js and there will be a fun hands-on part to develop a realtime app using Node. Joining the group and the workshop is free of charge.... more »
|
|
|