On Mon, Jan 7, 2013 at 11:36 PM, <[email protected]> wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/nodejs/topics > > - Node web interface to execute and handle the Perl & Shell backed > process. <#13c1871ae4cd43fd_group_thread_0> [3 Updates] > - Simple chat-room example? <#13c1871ae4cd43fd_group_thread_1> [3 > Updates] > - LevelDB Admin for Node.js <#13c1871ae4cd43fd_group_thread_2> [1 > Update] > - comments in package.json <#13c1871ae4cd43fd_group_thread_3> [16 > Updates] > - Anyone using domain-per-request with > express?<#13c1871ae4cd43fd_group_thread_4>[1 Update] > - Node JS hosting service in Europe <#13c1871ae4cd43fd_group_thread_5>[2 > Updates] > - Convention to preemptively break out of a > domain/action?<#13c1871ae4cd43fd_group_thread_6>[3 Updates] > - node.js can't receive ajax post data which made by ie9 or > 8<#13c1871ae4cd43fd_group_thread_7>[2 Updates] > - Is this a good scenario for using > Node.js?<#13c1871ae4cd43fd_group_thread_8>[3 Updates] > - Tips, let's help each other. <#13c1871ae4cd43fd_group_thread_9> [2 > Updates] > - How to determine the number of bytes read from buffer passed to > node.js zlib.inflate? <#13c1871ae4cd43fd_group_thread_10> [2 Updates] > - What Editor do you use? <#13c1871ae4cd43fd_group_thread_11> [2 > Updates] > > Node web interface to execute and handle the Perl & Shell backed > process. <http://groups.google.com/group/nodejs/t/f9470d01d073173a> > > Suraj Singh Thapa <[email protected]> Jan 06 07:41PM -0800 > > Hi, I have number of the Perl and shell scripts in server(Linux) to > automate the software build process. I want to > create web interface so that other user can easily run my scripts. > ...more <http://groups.google.com/group/nodejs/msg/2273edb65299df08> > > > Tim Caswell <[email protected]> Jan 07 10:14AM -0600 > > Node can easily call other processes and has full control over the > stdio > streams if desired. (or there are convenience wrappers if you don't > need > full control) Look at the child_process APIs. > > ...more <http://groups.google.com/group/nodejs/msg/6acddf4fdfd077af> > > > Suraj Singh Thapa <[email protected]> Jan 07 06:39PM -0800 > > Thanks Tim, > > Performance wise do you consider having Perl/shell script in back-end > and > node as front-end is a good architecture? or is it better to re-write > task > done by Perl in node. > ...more<http://groups.google.com/group/nodejs/msg/90b0a003dbd430f4> > > Simple chat-room > example?<http://groups.google.com/group/nodejs/t/a143c8a2cae8c29d> > > Josh Santangelo <[email protected]> Jan 07 01:20PM -0800 > > Thanks for the replies, all. I'm messing around with it more and not > having > any luck with "connect" or "connection" events. At this point I can > only > assume that node/socket is doing the right > ...more<http://groups.google.com/group/nodejs/msg/b2ffe09b8efa4a4e> > > > Josh Santangelo <[email protected]> Jan 07 02:32PM -0800 > > I tried the very basic sample code from the socket.io home page in a > browser and that seemed to work correctly, further confirming > my suspicion that it's on the client side. > > On Monday, January > ...more<http://groups.google.com/group/nodejs/msg/4a463aebbbbf722b> > > > Josh Santangelo <[email protected]> Jan 07 05:58PM -0800 > > In case anyone else comes across this thread, the answer was to not > use a > raw socket, but rather to use a full client. There is a .NET client > here: http://socketio4net.codeplex.com/ > ...more <http://groups.google.com/group/nodejs/msg/31b7c63b6982de5f> > > LevelDB Admin for > Node.js<http://groups.google.com/group/nodejs/t/84891b9e0513bc8c> > > hij1nx <[email protected]> Jan 07 04:39PM -0800 > > A CLI tool & REPL with autosuggest and autocomplete. > > https://github.com/hij1nx/lev > > # More about LevelDB > > LevelDB is a fast key-value storage library written at Google that > provides > ...more<http://groups.google.com/group/nodejs/msg/7d87fa723d314dd1> > > comments in > package.json<http://groups.google.com/group/nodejs/t/3662fb8dd7aec343> > > Eric Mill <[email protected]> Jan 06 10:58PM -0500 > > It completely depends how you do it. You can assume the asker does not > know > what they're doing and try to snuff out their question as quickly as > possible. Or, you can assume that they are also smart > ...more<http://groups.google.com/group/nodejs/msg/f9a0aaa6c0ff2078> > > > Jacob Groundwater <[email protected]> Jan 06 08:26PM -0800 > > > be json. If anything, future versions of npm and node will *remove* > > features rather than add them. (I'm looking at you, `scripts.install` > > ;) > > Now I am curious about the discussion around > ...more<http://groups.google.com/group/nodejs/msg/58182759a8d54e0a> > > > Isaac Schlueter <[email protected]> Jan 07 08:29AM -0800 > > > Now I am curious about the discussion around removing > scripts.install. > > https://twitter.com/npmjs/status/285085545602904064 > ...more<http://groups.google.com/group/nodejs/msg/e83d5169a4e79aff> > > > Jacob Groundwater <[email protected]> Jan 07 09:51AM -0800 > > > first. > > > It'd be better to only support node-gyp for building packages, and > get > > rid of scripts.install altogether. > > > Thanks. This makes sense for compiling, however I had been using the > ...more <http://groups.google.com/group/nodejs/msg/6bdcc5be8599bbc1> > > > Dick Hardt <[email protected]> Jan 07 10:13AM -0800 > > I also use npm to package up my app for deployment and use an install > script to do key generation and DB setup. Is there a preferred pattern for > those tasks? Is npm not intended to be used for > ...more<http://groups.google.com/group/nodejs/msg/29eaba17aa89f02a> > > > Forrest L Norvell <[email protected]> Jan 07 11:06AM -0800 > > > application deployed to Heroku. > > > I realize it is not a great solution, but the default node.js > buildpack > > calls `npm install` and then just starts. > > Transpiling and minification are better > ...more<http://groups.google.com/group/nodejs/msg/cc01c4eeea12a3f9> > > > Jacob Groundwater <[email protected]> Jan 07 11:14AM -0800 > > > anyway: https://npmjs.org/doc/scripts.html That way, the module > doesn't > > need to depend on CoffeeScript just to install and deployment will > happen > > that much faster. > > > Unless I am mistaken, > ...more<http://groups.google.com/group/nodejs/msg/3b019ededeb058fe> > > > Forrest L Norvell <[email protected]> Jan 07 11:22AM -0800 > > Not speaking for Isaac here, but npm doesn't seem like a really great > tool > for deployment. I guess when I've handled this in the past, the way > I've > done it is to make my apps self-bootstrapping or > ...more<http://groups.google.com/group/nodejs/msg/121e01ea6cd1d5f3> > > > "José F. Romaniello" <[email protected]> Jan 07 04:33PM -0300 > > prepublish is called for a local npm install too, but i think run > before > not after.. This is inconvenient if you have the coffeescript compiler > as a > local dependency > > 2013/1/7 Jacob Groundwater > ...more<http://groups.google.com/group/nodejs/msg/dff0e782da8fbcd9> > > > "José F. Romaniello" <[email protected]> Jan 07 04:40PM -0300 > > mmh just tried and it doesnt work for me.. but i have proof i am not > crazy > > https://twitter.com/izs/status/284079077709729792 > > > 2013/1/7 José F. Romaniello <[email protected]> > > ...more <http://groups.google.com/group/nodejs/msg/8dec4b1d64462d40> > > > Dick Hardt <[email protected]> Jan 07 11:42AM -0800 > > I have found it works great for a step in deployment and sharing of > apps as it pulls in all the dependent modules, and then my install.js is > run to setup the world. > > ...more <http://groups.google.com/group/nodejs/msg/365e2644becf56bc> > > > Isaac Schlueter <[email protected]> Jan 07 02:15PM -0800 > > > I realize it is not a great solution, but the default node.js > buildpack > > calls `npm install` and then just starts. > > That's why prepublish scripts get run on `npm install` :) > ...more <http://groups.google.com/group/nodejs/msg/13b1c9b245279917> > > > Jacob Groundwater <[email protected]> Jan 07 03:02PM -0800 > > > That's why prepublish scripts get run on `npm install` :) > > This does not appear to be the case for me; it would however be great > if it > did. > ...more <http://groups.google.com/group/nodejs/msg/a3dc8a4c347ffded> > > > Isaac Schlueter <[email protected]> Jan 07 03:12PM -0800 > > Jacob, > > Indeed, that appears to be a bug. Fixing it now :) > > ...more <http://groups.google.com/group/nodejs/msg/6920543c5dd938e3> > > > Jacob Groundwater <[email protected]> Jan 07 03:13PM -0800 > > Since you're fixing it, can it run after dev-dependencies are > installed? =] > > > ...more <http://groups.google.com/group/nodejs/msg/cf26e946828ff4c7> > > > Tauren Mills <[email protected]> Jan 07 03:24PM -0800 > > Isaac, > > That's great, I use"//" in other places but always assumed they would > get > iterated in package.json dependencies. So we can safely do this? > > { "dependencies" : > { "foo" : "1.0.0 - > ...more<http://groups.google.com/group/nodejs/msg/3a248f4f57f4f3d0> > > Anyone using domain-per-request with > express?<http://groups.google.com/group/nodejs/t/f1dc691fe65652a8> > > "José F. Romaniello" <[email protected]> Jan 07 07:49PM -0300 > > Hello, I am wondering if someone has an example of > domain<http://nodejs.org/api/domain.html>-per-request > with express. > > I have been testing with this project: > ...more <http://groups.google.com/group/nodejs/msg/cc284d4f042785e1> > > Node JS hosting service in > Europe<http://groups.google.com/group/nodejs/t/4bf1fba9702830d9> > > "Régis FOUCAULT" <[email protected]> Jan 06 10:22PM -0800 > > Hey, > > Ask a beta access to clever-cloud.com. > > Regards, > > Régis > > Le dimanche 6 janvier 2013 17:35:17 UTC+1, Daniel Vincent a écrit : > ...more <http://groups.google.com/group/nodejs/msg/e6d2dc7f6cb21cd7> > > > Jake Verbaten <[email protected]> Jan 07 12:18PM -0800 > > +1 for joyent (amsterdam data center). It's not cheap though. > > It should also be noted that pubnub has servers in ireland. > > > ...more <http://groups.google.com/group/nodejs/msg/a846f23d53549339> > > Convention to preemptively break out of a > domain/action?<http://groups.google.com/group/nodejs/t/5681431ebf73bb73> > > Bradley Meck <[email protected]> Jan 07 07:47AM -0800 > > Anyone have a sane and performant way that they break out of a domain > or > action such as middleware? I am trying to design such behavior but am > faced > with a multitude of interesting issues. > ...more<http://groups.google.com/group/nodejs/msg/ca59a80e59b6ce6c> > > > Isaac Schlueter <[email protected]> Jan 07 08:33AM -0800 > > > console.log(item); > > }); > > ``` > > More efficient, especially for long lists: > > ```javascript > [1, 2, 3].some(function(item, index) { > console.log(item); > return index === 1; > }); > ``` > ...more <http://groups.google.com/group/nodejs/msg/4edeac59d282ae0d> > > > Bradley Meck <[email protected]> Jan 07 08:39AM -0800 > > This is good, gets me thinking. This brings up that there are 2 styles > of > approaching this issue: > > abort style - manually cause the action to fast fail > condition style - provide a condition to > ...more<http://groups.google.com/group/nodejs/msg/69f02b4a564bd21e> > > node.js can't receive ajax post data which made by ie9 or > 8<http://groups.google.com/group/nodejs/t/e8a615c9c5f9ab8c> > > Crenshinibon <[email protected]> Jan 07 08:28AM -0800 > > Hi, > > never heard of the AXON module. Like I said, the example above is from > a > current project which contacts a Java (actually: Xtend) backend. > There, I > use the "simpleframework" as a "server". > ...more<http://groups.google.com/group/nodejs/msg/5548856ab14cd058> > > > Crenshinibon <[email protected]> Jan 07 08:38AM -0800 > > I remember one additional thing. IE8 tends to fall apart if it is > unable to > understand the charset defined in the Content-Type. Make sure you > define a > valid one, e.g. "utf-8". > > Regards, > Dirk > ...more <http://groups.google.com/group/nodejs/msg/6db1d6a2f1ac941a> > > Is this a good scenario for using > Node.js?<http://groups.google.com/group/nodejs/t/6081f8885814e8d6> > > abhpdk <[email protected]> Jan 07 07:25AM -0800 > > Hey guys, Please bear with me. This is very much a noob question. > > A couple of my friends and me are planning to make a time tracking web > application. Between us we have experience in Java, C++, > ...more<http://groups.google.com/group/nodejs/msg/712216255767d9ad> > > > greelgorke <[email protected]> Jan 07 08:05AM -0800 > > you mean something like this http://mite.yo.lk/en/ ? > > yes node.js would be a good fit, at least as good as RoR or > Django+Backbone.js > > Am Montag, 7. Januar 2013 16:25:41 UTC+1 schrieb abhpdk: > ...more <http://groups.google.com/group/nodejs/msg/c708c0d9c37e0ea5> > > > Gary Katsevman <[email protected]> Jan 07 11:09AM -0500 > > Backbone.js is completely not related to the topic. You can do a > node+backbone app. backbone is strictly front-end. > The advantage of having node as the backend is that you don't need to > ...more <http://groups.google.com/group/nodejs/msg/cbb4e2d6204031dd> > > Tips, let's help each > other.<http://groups.google.com/group/nodejs/t/7ce894a227a9873e> > > Rodrigo Fonseca <[email protected]> Jan 06 08:42PM -0800 > > Hi guys, > > I'm creating this post just for give tips to beginners like me, so > here > is my first tip(*but please, send tips made for humans to humans, not > a > boring manual or something like > ...more<http://groups.google.com/group/nodejs/msg/af72e7bca06c9634> > > > Geerten van Meel <[email protected]> Jan 07 05:46AM -0800 > > Shameless self-promotion, I wrote a beginners article on how the > EventEmitter works and it is the most popular one on my blog: > > Introduction to the node.js EventEmitter > ...more<http://groups.google.com/group/nodejs/msg/36981b0d6b960fb1> > > How to determine the number of bytes read from buffer passed to node.js > zlib.inflate? <http://groups.google.com/group/nodejs/t/480942481bb76082> > > Thiago Arruda <[email protected]> Jan 07 05:21AM -0800 > > Question on stackoverflow< > > http://stackoverflow.com/questions/14196599/how-to-determine-the-number-of-bytes-read-from-buffer-passed-to-node-js-zlib-inf > > > . > ...more <http://groups.google.com/group/nodejs/msg/b7757a3f72c1da39> > > > Salan Raj <[email protected]> Jan 07 07:07PM +0530 > > theriyadhu > > > ...more <http://groups.google.com/group/nodejs/msg/b936d83cb7892b4a> > > What Editor do you > use?<http://groups.google.com/group/nodejs/t/3f2d17e4e356e5a3> > > Rodrigo Fonseca <[email protected]> Jan 06 08:47PM -0800 > > Thanks Jeff, > > I will try that when i get home. > ...more <http://groups.google.com/group/nodejs/msg/de57861472a69c5a> > > > Dominic Tarr <[email protected]> Jan 07 06:24PM +0700 > > I use hipster > https://github.com/dominictarr/hipster > it's written in js, and runs in the terminal. > basically, the same controls as notepad, > has very crude syntax highlighting. > ...more <http://groups.google.com/group/nodejs/msg/9da093ba77c87a56> > > You received this message because you are subscribed to the Google Group > nodejs. > You can post via email <[email protected]>. > To unsubscribe from this group, send <[email protected]>an > empty message. > For more options, visit <http://groups.google.com/group/nodejs/topics>this > group. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en >
-- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
