Search Discussions
-
Hi all most modules have an entry point, which is by default index.js. But what if my module does not have one entry point? What if it is a colleciton of many small cross-project core utility modules ...
Osher E
Aug 13, 2012 at 10:02 am
Jan 25, 2013 at 3:08 am -
Wondering why `fs.exists` doesn't comply to async methods pattern and doesn't return error as a first argument? It uses fs.exists('/etc/passwd', function (exists) { util.debug(exists ? "it's ...
Alexey Petrushin
Aug 17, 2012 at 10:57 pm
Aug 24, 2012 at 9:37 am -
Brief Introduction Wind.js is Jeffrey Zhao's effort to simplify async development in JavaScript, which comes with a compiler as well as a set of libraries. Wear equipments I'm a game developer, and ...
Tony Huang
Aug 18, 2012 at 2:11 pm
Aug 24, 2012 at 7:01 am -
I know HTML and CSS, but I have very little Javascript experience and very little programing knowlege. I have decided to learn back-end web development. I choose Node.js over Ruby on ...
ACK
Aug 26, 2012 at 2:38 pm
Aug 30, 2012 at 6:18 am -
Hello everyone, I'm glad to announce a new release of node-webkit, node-webkit is a standalone runtime that run apps written in HTML and node.js. It has been a long time since release, this time we ...
Zhao Cheng
Aug 9, 2012 at 6:09 am
Aug 23, 2012 at 11:18 am -
http://stackoverflow.com/questions/11895623/npm-got-segmentation-fault-at-linux - *linux version:* [root@etone231 download]# lsb_release -a LSB Version ...
TZ
Aug 13, 2012 at 12:15 pm
Sep 14, 2012 at 1:18 am -
What are people generally using as best practice for SSL termination when they need to use socket.io these days? I'm usually a big fan of nginx, but hear it just doesn't work with socket.io, and ...
Matt
Aug 10, 2012 at 9:51 pm
Aug 17, 2012 at 4:06 pm -
Do you use the clientError event? Please choose one: 1. Yes, I use it all the time. Please don't change it ever, thank you. 2. I don't use it, but I'm aware of it, and I think I might someday. 3. I ...
Isaac Schlueter
Aug 29, 2012 at 11:07 pm
Sep 3, 2012 at 3:18 am -
Hey guys & girls, First time open sourcing something for the node community. Hope some find it useful. You can get it here: https://github.com/Hubify/node-mule, or here; npm install mule We created ...
Kuhnza
Aug 6, 2012 at 7:42 pm
Aug 7, 2012 at 6:40 pm -
I know this question have been asked many times, but my concern is , Is nodejs ready for Heavy programming networking applications? For other than real time things. Like for an app with features ...
Hitesh Joshi
Aug 23, 2012 at 10:39 am
Sep 18, 2012 at 11:07 am -
I am wondering which are the different patterns to handle cases like var results if (cond) { async1(function (err, res) { results = res }) } else { async2(function (err, res) { results = res }) } // ...
Dan Milon
Aug 7, 2012 at 4:44 pm
Aug 9, 2012 at 7:14 am -
What is a good module to serve some static (JavaScript) files (including caching and compression)? Desired mapping of files to URLs: scripts/*.js - http://example.com/scripts/*.js (only for ...
Felix E. Klee
Aug 3, 2012 at 2:48 pm
Aug 6, 2012 at 5:11 pm -
Good morning! Any recommendations for Avro serialization/schemas? Or is it best to roll my own (or use a service external to my app)? Thanks, Tj -- Job Board: http://jobs.nodejs.org/ Posting ...
Tj Gabbour
Aug 6, 2012 at 11:09 am
Aug 7, 2012 at 5:06 pm -
Hi everyone! I have this scenario: Express, Socket.io and MongoDB. The problem: reward points to the user on how many seconds (or time in general) he keeps logged in (with the Socket opened). This is ...
Filipe
Aug 21, 2012 at 12:09 am
Aug 22, 2012 at 10:13 pm -
Hey all. So this is not a ANN but more of an request for advice from nodester / nodejitsu / haibu and the community in general. What i have been working on for the past few months is of sort a PaaS ...
Tim Dickinson
Aug 11, 2012 at 9:33 pm
Aug 16, 2012 at 4:45 am -
Hello all, This weekend I was poking around MariaDB's website and noticed they had recently released a libmysqlclient library that contains non- blocking functions. So I took it upon myself today to ...
Mscdex
Aug 20, 2012 at 12:00 am
Sep 13, 2012 at 5:22 am -
Hi all, I thought I'd drop this here for anyone using UglifyJS that's not reachable through other channels: I started work on version 2 and it's already usable, although not yet as good as v1 in ...
Mihai Călin Bazon
Aug 27, 2012 at 10:09 am
Sep 1, 2012 at 2:41 pm -
Hi everybody, I have worte a node.js addon, to support multi thread with v8, and act as a ipv4/v6 server, please give it a try. Your feedback is very welcome. Thread.js support: 1. Act as a network ...
Robert L
Aug 23, 2012 at 4:47 pm
Sep 21, 2012 at 2:56 pm -
hey all, i have a node app with backbone on the front end. i'm looking for a relatively straightforward testing framework a la cucumber that i can implement on both the backend and front end. any ...
Ro Rao
Aug 22, 2012 at 3:31 am
Aug 26, 2012 at 11:39 am -
Hi, I have successfully cross compiled the node binary for version0.8. and running the same in the hardware. Now i wrote *.cc and wscript file which helps in interfacing the C++ with the Java. When i ...
Pavi
Aug 28, 2012 at 10:40 pm
Aug 30, 2012 at 5:38 pm -
In my infinite free time I've developed a JavaScript "editor" (generator, really) that might be a great fit for node development: http://www.jsxedit.com Give it a spin and let me know what you ...
Michael Sydney Balloni
Aug 14, 2012 at 9:56 am
Aug 17, 2012 at 7:39 am -
Hi, looking for for a mongdb client, any suggestions? not so particular about ORM. thanks, Angelo -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Angelo Chen
Aug 7, 2012 at 6:36 am
Aug 15, 2012 at 4:53 am -
Hi, I have now switched from GNU/Linux to Mac OSX. I am quite uncertain about managing dev-packages but I also may have to say that I am archlinux spoilt. However I finally managed installing node, ...
Kyogron
Aug 3, 2012 at 8:56 am
Aug 4, 2012 at 7:14 am -
test by node.js http helloworld 10 concurrent connections response: 0ms(min) 19ms(max) 1ms(avg) 30 concurrent connections response: 2ms(min) 20ms(max) 4ms(avg) 100 concurrent connections response ...
Jason.桂林
Aug 23, 2012 at 5:34 am
Aug 27, 2012 at 10:57 pm -
I need to support TLS session resumption in my node.js app. I am creating a TLS server usingrequire('tls').createServer(). By default, the server has a session ticket lifetime of 300 seconds (as seen ...
Chaitanya Gupta
Aug 25, 2012 at 10:19 am
Aug 27, 2012 at 7:22 pm -
Hi, I have built a website in PHP language and a server-side app in javascript that needs node.js to run it. I need to host my web in PHP-supported web hosting like Bluehost and host my app on ...
Ket
Aug 23, 2012 at 2:34 am
Aug 24, 2012 at 12:53 am -
Hey folks, So I have an app where all the files are coffeescript. To avoid a js compilation step or having to run a watcher I have a "require('coffee-script')" statement before everything else in the ...
Krzysztof Baranowski
Aug 8, 2012 at 12:38 pm
Aug 10, 2012 at 10:39 am -
Did anyone just get a kind of spammy pull request on github from "travis4all"? https://github.com/travis4all 1,334 repos and counting. Is this just a bot that is going through github and issuing ...
Marcel Laverdet
Aug 23, 2012 at 9:42 am
Aug 23, 2012 at 3:12 pm -
*do I miss something?* 1.js is copy from docs: var util = require('util'), spawn = require('child_process').spawn, ls = spawn('ls', ['-lh', '/usr']); ls.stdout.on('data', function (data) { ...
TZ
Aug 15, 2012 at 7:01 am
Aug 16, 2012 at 2:39 pm -
Does anyone know if it's within the realm of feasibility to run node on IBM's AIX OS? This is IBM's UNIX OS running on IBM Power Systems hardware with POWER7 chip architecture. I can't find any ...
Rgmilone
Aug 13, 2012 at 5:09 pm
Sep 20, 2013 at 10:25 pm -
Running on a Windows 7 Home Premium 64-bits Downloaded: - node.js (0.8.7-x64) as a windows msi from the official site - make-3.81 from http://gnuwin32.sourceforge.net/packages/make.htm (Complete ...
Thiago Sfredo
Aug 16, 2012 at 12:48 pm
Aug 16, 2012 at 5:44 pm -
I have a code where the NodeJS server reads a file and streams it to response, it looks like: var fStream = fs.createReadStream(filePath, {'bufferSize': 128 * 1024}); fStream.pipe(response); The ...
Gill
Aug 2, 2012 at 11:27 pm
Aug 4, 2012 at 1:13 am -
Install GoDaddy SSL certificate with Node.js I want to use https for my web app which is running on Microsoft Azure. I used IIS to generate certificate for GoDaddy then downloaded two files: <domain ...
Thstart
Aug 2, 2012 at 3:29 pm
May 17, 2013 at 1:44 pm -
A friend asked me to write a guest-list app for a club, something like A-LIST [1]. Guests (VIP) are maintained in a list per event. Plus, there is a list of permanent guests, which are copied to each ...
Felix E. Klee
Aug 19, 2012 at 1:54 pm
Aug 27, 2012 at 1:39 pm -
Hello, my node.js application uses the cluster module for forking workers and I want to use the new domain module to catch all uncaught exceptions. Is there a way to fork each worker in an own ...
Honigbaum
Aug 10, 2012 at 12:01 pm
Aug 10, 2012 at 3:43 pm -
Hi, i'm working on an Express application that has to type of static content (image, css, js ecc): private and public. For public there're not problems, but for private i'm looking for a solutions, ...
AndDM
Aug 30, 2012 at 7:10 am
Sep 7, 2012 at 10:49 am -
So, As much as I really wanted to meet up with everybody again and play some foursquare, drink some beer and chill in the sunshine, my schedule isn't going to allow me to get out to the states for ...
Rob Ashton
Aug 27, 2012 at 11:49 am
Aug 31, 2012 at 1:38 am -
Hi! I'm getting a weird result when writing to a socket. I wrote a simple experiment with a client and a server: server.js var net = require('net'); net.createServer(function (connection) { ...
Juan Ignacio Dopazo
Aug 19, 2012 at 7:01 pm
Aug 22, 2012 at 3:57 pm -
Have you ever written Node.js code that counts on the implementation specific Object behavior that mantains the insertion order of properties? It could be useful in configuration, for example, to ...
Alan Gutierrez
Aug 10, 2012 at 12:13 am
Aug 18, 2012 at 3:04 pm -
.j (javascript) .sjs (serverside javascript) .jssp (javascript server pages) which looks better if an extension is used in node? -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Bo b
Aug 10, 2012 at 11:00 am
Aug 13, 2012 at 7:13 am -
Hi guys, I am studying node.js. It is a wonderful utility to write network-based application. Now, I have written a memcached server using node.js. You can have a look at ...
Junyi sun
Aug 3, 2012 at 6:48 am
Aug 9, 2012 at 12:16 pm -
I am trying to build a small, online card game with NodeJS. Having C# and javascript experience, I am having way more trouble than I expected. Using node-static, I set up an http server (server.js) ...
Brian Stahly
Aug 5, 2012 at 8:25 pm
Aug 7, 2012 at 4:11 pm -
I have a huge JSON file, right, it's 78MB. When I just require it from node-cli it takes 450MB memory footprint. I can understand that is bloated 6x times because the JSON file is just a string in ...
Kei Son
Aug 5, 2012 at 8:25 pm
Aug 6, 2012 at 3:13 pm -
Dear all, Since my node server needs far more memory than I think it should, I tried to get a memory profile of it. How do I get it? Something that works? (node v0.8.5, viewing in Chrome ...
Axel Kittenberger
Aug 3, 2012 at 4:49 pm
Aug 4, 2012 at 10:11 pm -
I'm confused of how to compare string const with variable. Look at this simple example where keyboard input compares with const string. I suggest this is encoding problem. Please, tell me what should ...
Danil Gazizov
Aug 2, 2012 at 1:15 pm
Aug 2, 2012 at 4:31 pm -
Hello, I have a problem concerning the implementation of a communication between a node server and a device. I use the library net in node that provides a communication port type TCP client . code ...
Trembl
Aug 8, 2012 at 10:16 pm
Sep 5, 2014 at 4:10 am -
Apologize if this is a old-issue but, why Buffer has its size static? Why don't use realloc to resize its capacity? I have done a addon of resized buffers and it works perfectly 8-| grettings. -- Job ...
Seiji Sam Lee
Aug 30, 2012 at 9:12 pm
Sep 1, 2012 at 5:49 pm -
Hi, I need one that works both in the server and the client. Regards, Pedro -- Job Board: http://jobs.nodejs.org/ Posting guidelines ...
Pedro Narciso García Revington
Aug 30, 2012 at 10:47 am
Aug 31, 2012 at 11:16 am -
Hi All, Is there any library that can list all the require calls in a project? (Already checked out require-analyzer, it looks like a dependency-analyzer rather than require) Ideas? Best, Azer -- Job ...
Azer Koçulu
Aug 21, 2012 at 11:02 pm
Aug 26, 2012 at 3:44 am -
I'm new to nodejs (and javascript). I want to be able to shroud the javascript source running into node. I figured if the javascript is read in as a memory image before its parsed/interpreted, I ...
Marty Leisner
Aug 23, 2012 at 10:39 am
Aug 23, 2012 at 11:44 pm
Group Overview
group | nodejs |
categories | nodejs |
discussions | 215 |
posts | 1,154 |
users | 328 |
website | nodejs.org |
irc | #node.js |
328 users for August 2012
Archives
- June 2016 (26)
- May 2016 (85)
- April 2016 (79)
- March 2016 (100)
- February 2016 (89)
- January 2016 (67)
- December 2015 (89)
- November 2015 (76)
- October 2015 (73)
- September 2015 (121)
- August 2015 (135)
- July 2015 (186)
- June 2015 (172)
- May 2015 (181)
- April 2015 (217)
- March 2015 (238)
- February 2015 (294)
- January 2015 (337)
- December 2014 (269)
- November 2014 (296)
- October 2014 (323)
- September 2014 (375)
- August 2014 (293)
- July 2014 (222)
- June 2014 (92)
- May 2014 (245)
- April 2014 (594)
- March 2014 (463)
- February 2014 (645)
- January 2014 (674)
- December 2013 (715)
- November 2013 (558)
- October 2013 (560)
- September 2013 (597)
- August 2013 (944)
- July 2013 (911)
- June 2013 (594)
- May 2013 (763)
- April 2013 (966)
- March 2013 (1,002)
- February 2013 (953)
- January 2013 (1,060)
- December 2012 (869)
- November 2012 (856)
- October 2012 (1,164)
- September 2012 (938)
- August 2012 (1,154)
- July 2012 (1,514)
- June 2012 (1,339)
- May 2012 (1,317)
- April 2012 (1,580)
- March 2012 (1,231)