Re: [nodejs] horizontal scaling with NodeJS on same physical machine

2013-12-19 Thread Luke Arduini
The "experimental" stability index means almost nothing. It's fine. Plenty of people use it in production. On Thursday, December 19, 2013, Matt wrote: > > On Thu, Dec 19, 2013 at 11:50 AM, Bijuv V > > > wrote: > >> a. Use Cluster feature of node. Everything is handled by node. Still >> experime

Re: [nodejs] node.js needs a new home

2013-12-03 Thread Luke Arduini
I would like to buy one node core developer team for cheap, please. Where can I purchase these programmers? On Tuesday, December 3, 2013, Stephen Belanger wrote: > > > The only scenario I can think of being at all possible is that somehow > Joyent manages to screw up and go bankrupt, then someone

[nodejs] node.js needs a new home

2013-12-03 Thread Luke Arduini
Paraphrasing your response: Fear: what happens if Joyent is acquired and the new evil owner of Node takes the project in a terrible direction? Uncertainty: companies might not adopt Node if it continues under the stewardship of a for-profit company. Where does that leave the future of the users?

Re: [nodejs] (npm downtime) npm public mirror / private mirror / caching / multi server list solution

2013-11-13 Thread Luke Arduini
Dan, Check this blog post for some upcoming changes that should help with npm availability http://blog.nodejitsu.com/npm-innovation-through-modularity Go to "What's next for npm?" On Wed, Nov 13, 2013 at 10:16 AM, Dan Jenkins wrote: > Hi All, > > I'm not aiming to bash anyone or anything th

Re: [nodejs] npm (partially) down?

2013-11-04 Thread Luke Arduini
https://twitter.com/npmjs/status/397407792685776896 On Monday, November 4, 2013, Chris Scribner wrote: > I'm getting a lot of "error parsing json" errors when trying to install > npm today. > > $ npm install lru-cache > npm http GET https://registry.npmjs.org/lru-cache/2.3.0 > npm http 500 https:

Re: [nodejs] Can I use my saved package.json to bootstrap another node installation?

2013-10-10 Thread Luke Arduini
Globally installed modules are not intended to be used in local projects, so it is not recommended that you do this. On Thursday, October 10, 2013, David Karr wrote: > On Monday, October 7, 2013 11:42:32 AM UTC-7, Luke Arduini wrote: > >> Hi David, >> >> Yes, that's

Re: [nodejs] Can I use my saved package.json to bootstrap another node installation?

2013-10-07 Thread Luke Arduini
Hi David, Yes, that's basically the main use for a package.json. If you put it in a directory and run `npm install`, it will install the dependencies specified. For projects where you want to lock down dependencies & their dependencies, look into using shrinkwrap: https://npmjs.org/doc/shrinkwrap

Re: [nodejs] Re: comments in package.json

2013-10-02 Thread Luke Arduini
There are no plans to my knowledge to add "JSON5" support to npm. On Wednesday, October 2, 2013, Alex Kocharin wrote: > > Sorry for resurrecting an old thread, but have you considered using JSON5 ( >> https://github.com/aseemk/**json5 )? >> Author's rationale: >>

Re: [nodejs] Unable to install any packages from Node,js - HTTP 404 error

2013-09-19 Thread Luke Arduini
You're behind a network proxy. Run `npm help proxy` for more info on how to work with that. On Thursday, September 19, 2013, Ryan Schmidt wrote: > > On Sep 19, 2013, at 21:55, abhi shek wrote: > > > I am trying to install phonegap plugin. > > > > All I did is > > 1.Downloaded node.js > > 2.Instal

Re: [nodejs] Looking for members for a Web Development Hobbyist Team to create any idea possible! (Using Node.js)

2013-09-16 Thread Luke Arduini
So you're looking for employees you don't have to pay? On Sunday, September 15, 2013, Maxim Podolski wrote: > So ... Web developers. Do they work alone or do they work with a team? > Most likely, the answer is in a team. A team is always nice to have , > having someone you can depend upon working

Re: [nodejs] Mongo vs. Couch vs. LevelDB ?

2013-08-30 Thread Luke Arduini
> > Redis, LevelDB and other key-value data stores do not offer, natively, > support for storing and manipulating data structures because they are just > key and value stores. > You should probably read the levelup docs dude. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https:

Re: [nodejs] Modules by Author

2013-08-21 Thread Luke Arduini
The npm list is pretty dead, better to ask on github. On Wednesday, August 21, 2013, Michael Schoonmaker wrote: > Maybe I'm missing something obvious, but hunting around the various docs > hasn't revealed a way to get all modules by author. > > All I'm looking for is module names, and the input r

Re: [nodejs] You're going to have to rewrite it anyway

2013-07-08 Thread Luke Arduini
On Monday, July 8, 2013, Mikeal Rogerswrote: > +1 to all of this. > > I think you implied it but maybe never explicitly declared it: does this > mean node.js is going back to shipping with its deps and not allowing > linking the way that some Linux distro's have demanded? > > This is all the right

Re: [nodejs] Permission denied for git dependencies in package.json

2013-07-07 Thread Luke Arduini
t *sudo:* > *npm ERR! Please try running this command again as root/Administrator. > * > How to check key of my ssh-agent? > > > On Mon, Jul 8, 2013 at 9:29 AM, Luke Arduini wrote: > > If you really want to do this with sudo then make sure your ssh-agent has > the key be

Re: [nodejs] Permission denied for git dependencies in package.json

2013-07-07 Thread Luke Arduini
t escalating. > > > On Mon, Jul 8, 2013 at 9:29 AM, Luke Arduini > > > wrote: > >> If you really want to do this with sudo then make sure your ssh-agent has >> the key before doing so, but without is better :) >> >> >> On Monday, July 8, 2013,

[nodejs] Permission denied for git dependencies in package.json

2013-07-07 Thread Luke Arduini
If you really want to do this with sudo then make sure your ssh-agent has the key before doing so, but without is better :) On Monday, July 8, 2013, Luke Arduini wrote: > It's because you're running with sudo. You should see the same thing if > you run your regular clone wit

Re: [nodejs] Permission denied for git dependencies in package.json

2013-07-07 Thread Luke Arduini
It's because you're running with sudo. You should see the same thing if you run your regular clone with sudo. Your options are to set up your key to work with sudo, or don't use it when cloning/installing (better option). This isn't an npm bug at all, fwiw. On Monday, July 8, 2013, Maxim Yefremo

Re: [nodejs] Show Me Your Blog

2013-06-12 Thread Luke Arduini
looks like it's still up: planetnodejs.com On Thu, Jun 13, 2013 at 2:45 AM, Nathan Rajlich wrote: > Mikeal has (had?) an aggregate blog for node.js related feeds. The config > seems to be here: > https://github.com/mikeal/planet/blob/master/nodeplanet/config.json > > > On Wed, Jun 12, 2013 at 5:

Re: [nodejs] What is your favorite editor, (using QtCreator)?

2013-06-12 Thread Luke Arduini
vim is pretty good On Wednesday, June 12, 2013, Robert Steckroth wrote: > So hasd anyone got the *perfect* editor for Nodejs? I find that Qt Creator > works really well but does not auto complete the built-in stuff. I wonder > if there is anyone who is accomplishing this, e.g. res.wri [write, > w

Re: [nodejs] How to Firmly Establish your Reputation

2013-05-21 Thread Luke Arduini
That won't harm discovery. On Tuesday, May 21, 2013, José F. Romaniello wrote: > OMG that's a *wonderful idea*. A bot that create node.js modules based on > some other modules on npm, publish to github and npm. > > It will be like something I saw recently, this postmodernism generator: > http://w

Re: [nodejs] How to Firmly Establish your Reputation

2013-05-21 Thread Luke Arduini
the sequel could be called "how to spam a mailing list with irrelevant discussion" On Tuesday, May 21, 2013, José F. Romaniello wrote: > you should write a book "build your reputation in a weekend with github" > > > 2013/5/21 Ray Connell 'rayconn...@usa.net');>> > >> 1. Publish your project idea

Re: [nodejs] Re: Test runners and node-inspector

2013-05-21 Thread Luke Arduini
Feel free to use $() as well. On Tuesday, May 21, 2013, Miroslav Bajtoš wrote: > On Monday, May 20, 2013 5:35:11 PM UTC+2, Maxim Yefremov wrote: > >> Tried this on mac: >> node --debug 'which nodeunit' myNodeUnitTest.js >> > > You should use back-tick characters `` instead of regular apostrophes

Re: [nodejs] MacPorts vs. Homebrew

2013-05-19 Thread Luke Arduini
Homebrew & Macports are both ok. I use homebrew for some things, but it's ruby. For managing node, however, I don't think it gets any better than nave. Search for it on GitHub, it's an indispensable tool. On Sunday, May 19, 2013, Jerome Covington wrote: > Hi guys, I've been doing it all on Ubunt

Re: [nodejs] preferred license for node modules?

2013-05-08 Thread Luke Arduini
On Wed, May 8, 2013 at 12:00 PM, Matt wrote: > I've done both, and the unfortunate reality of it is that making money off > open source is significantly more work than making money off commercial > projects. > Do whatever you like more. :) -- -- Job Board: http://jobs.nodejs.org/ Posting guid

Re: [nodejs] Best practices for token-based authentication in REST API

2013-05-03 Thread Luke Arduini
What happens when authy goes down? Your users just don't log in? On Friday, May 3, 2013, Nik Martin wrote: > I deleted this and reposted, because I forgot to address one of your > questions, which I did in this edit: > > I'm going to vastly over simplify this, but it holds up if you have any > HT

Re: [nodejs] options for private npm registries?

2013-05-01 Thread Luke Arduini
AFAIK StrongLoop hasn't submitted a patch to npm. If they have some useful changes it would be great to see them upstream as well. On Wednesday, May 1, 2013, Laurie wrote: > Hi, I'm looking into the options for setting up a private npm repository > and the trade-offs in terms of operational and i

Re: [nodejs] Provide clone utility method in "util" module

2013-05-01 Thread Luke Arduini
ype = Object.create(superCtor.prototype, { > constructor: { > value: ctor, > enumerable: false, > writable: true, > configurable: true > } > }); > }; > > > On Wednesday, May 1, 2013 12:42:12 PM UTC-4, Luke Arduini wrote: >> >

Re: [nodejs] Provide clone utility method in "util" module

2013-05-01 Thread Luke Arduini
that's unnecessary bloat that can be handled fine as a module on npm. On Wed, May 1, 2013 at 12:37 PM, Ilya Shaisultanov < ilya.shaisulta...@gmail.com> wrote: > Why not add a way to copy objects, for example like > SugarJS >

Re: [nodejs] Can we drop the "run-script" requirement for custom npm scripts?

2013-04-23 Thread Luke Arduini
Pennebaker < andrew.penneba...@gmail.com> wrote: > The more documentation required, the less intuitive the interface. > On Apr 23, 2013 5:11 PM, "Luke Arduini" wrote: > >> >> >> >> On Tue, Apr 23, 2013 at 5:04 PM, Andrew Pennebaker < >> andrew.

Re: [nodejs] Can we drop the "run-script" requirement for custom npm scripts?

2013-04-23 Thread Luke Arduini
On Tue, Apr 23, 2013 at 5:04 PM, Andrew Pennebaker < andrew.penneba...@gmail.com> wrote: > He takes time away from getting actual work done to lookup why his script > won't run. > As in, spending a few minutes reading the documentation on the software he or she frequently uses? -- -- Job Board

Re: [nodejs] Can we drop the "run-script" requirement for custom npm scripts?

2013-04-23 Thread Luke Arduini
I don't think this is a good idea. It doesn't solve any actual problem and potentially creates problems for package maintainers in the future. On Tue, Apr 23, 2013 at 3:40 PM, greelgorke wrote: > a simple alias npmr npm run-script ? > > Am Dienstag, 23. April 2013 19:22:14 UTC+2 schrieb Kevin S

Re: [nodejs] [ANN] thor, the mighty websocket hammering god of thunder & pre-commit, the forgotten git hook

2013-04-10 Thread Luke Arduini
This is nice. On Wed, Apr 10, 2013 at 7:45 AM, 3rdEden wrote: > Thor; https://github.com/observing/thor > > Thor is a WebSocket load generator tool that i've developed to > "accurately" test WebSocket servers and proxies. It's written in node and > uses the awesome `ws` module. Some of it's fea

Re: [nodejs] socket.io-servicebus

2013-04-05 Thread Luke Arduini
neat On Friday, April 5, 2013, Glenn Block wrote: > Hey all > > We just published a module for allowing you to scale out socket.io in the > cloud using Azure Service Bus: > https://github.com/windowsazure/socket.io-servicebus > > It gives you a store that you can just plug into your socket.io app

Re: [nodejs] please include the full MIT license in your modules or they have none

2013-03-28 Thread Luke Arduini
If you put your code on npm and I find it useful, I'll probably use it without checking a separate license file. Feel free to send me an email if I'm using your module and that presents a problem. On Thu, Mar 28, 2013 at 4:05 PM, Oleg Slobodskoi wrote: > fully agree with you, Dick! > > Also an o

Re: [nodejs] Re: New Streams confusion

2013-03-25 Thread Luke Arduini
new streams don't emit data events without a listener On Mon, Mar 25, 2013 at 4:28 PM, Michael Jackson wrote: > Is it correct to assume that a Readable won't emit the "readable" event > until you're registered for it? > > Reading through the streams2 docs, I was under the impression that all > s

Re: [nodejs] [ANN] address-rfc2822

2013-03-18 Thread Luke Arduini
A noncommittal sentence of vague criticism is useless. If you have issues with someone's modules then post an issue where it's hosted. On Monday, March 18, 2013, Thomas Shinnick wrote: > https://github.com/baudehlo/node-address-rfc2822 > > And yes, I remember the Perl module - I'm still using it.

Re: [nodejs] Buggy ES3 Code: Never Again!

2013-03-13 Thread Luke Arduini
s. Yay! >> >> That's what we need to see more of! >> It would be nice if npm init would follow suit (or maybe it already does >> and I just haven't used it in 0.10 yet) >> >> AJ ONeal >> (317) 426-6525 >> >> >> On Wed, Mar 13, 2013

Re: [nodejs] Buggy ES3 Code: Never Again!

2013-03-13 Thread Luke Arduini
Since "use strict"; is function scoped people should just use it in their modules so you can use both strict/non strict modules together in happiness. On Wed, Mar 13, 2013 at 5:47 PM, AJ ONeal wrote: > On Wed, Mar 13, 2013 at 3:22 PM, Adam Crabtree wrote: > >> I would guess almost nobody runs J

Re: [nodejs] npm pack fails on osx with 0.10.0 node

2013-03-12 Thread Luke Arduini
not homebrew On Tue, Mar 12, 2013 at 5:45 PM, anywho wrote: > Homebrew install or other? > > > On Tuesday, March 12, 2013 5:39:38 PM UTC-7, Luke Arduini wrote: > >> Just tried, works for me. >> >> >> On Tue, Mar 12, 2013 at 6:57 PM, anywho wrot

Re: [nodejs] npm pack fails on osx with 0.10.0 node

2013-03-12 Thread Luke Arduini
Just tried, works for me. On Tue, Mar 12, 2013 at 6:57 PM, anywho wrote: > Anyone else running into this? > > > [~/work/project]$ npm pack > npm ERR! addLocal Could not install . > npm ERR! Error: EPERM, chown > '/var/folders/vd/brdg0r0j3m580_0yj73d76djdng1nw/T/npm-43988/1363128854366-0.6686005

Re: [nodejs] Re: fs.createWritestream change path dynamically

2013-03-07 Thread Luke Arduini
@tim you're thinking of streams as just file-related things thorsten - Using the new stream class you can do: var stream = new Stream.Readable() stream.push(null) stream.push('your data and stuff') when you're ready for a file stream.pipe(fs.createWriteStream('outputfile')) keep in mind data

Re: [nodejs] Distributing an application

2013-03-06 Thread Luke Arduini
On Wednesday, March 6, 2013, Phil Jackson wrote: > > What's the best way to > get a node.js application out there as easily as possible? > Putting it on npm -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You rece

Re: [nodejs] Node.js VS Scala VS Clojure: what for an API with a we-love-java-we-dont-even-know-why business component in the company?

2013-02-27 Thread Luke Arduini
With node, you can use javascript on the server so your front end engineers can write your back end and your back end engineers can hang out. Great reason to use it imo On Wednesday, February 27, 2013, zedtux wrote: > That's a really complete answer! > > Thank you, that would helps us a lot :-) >

Re: [nodejs] Need an "offline" npm-style repository - what's a good approach?

2013-02-18 Thread Luke Arduini
he couch database back online and syncing again. > > > On Mon, Feb 18, 2013 at 12:42 PM, Luke Arduini wrote: > >> You could set up git on a server on your lan and just specify >> dependencies in your projects' package.json files pointing to the git >> address. Seems l

Re: [nodejs] Need an "offline" npm-style repository - what's a good approach?

2013-02-18 Thread Luke Arduini
You could set up git on a server on your lan and just specify dependencies in your projects' package.json files pointing to the git address. Seems like it would be the easiest way to go for private modules not on the internet. On Mon, Feb 18, 2013 at 1:23 PM, andy e wrote: > Apologies in advanc

Re: [nodejs] Gemnasium, now with NPM support

2013-02-13 Thread Luke Arduini
Also, ++ if you call the node version nodempotence :) On Wednesday, February 13, 2013, Luke Arduini wrote: > So it's not done programmatically? Red (dangerous) versions are determined > manually? > > Anyway, this sounds like if actively maintained, a better approach than >

Re: [nodejs] Gemnasium, now with NPM support

2013-02-13 Thread Luke Arduini
t > have any version marked as red for npm packages, please ping me > (@gemnasiumapp) if you think one package should be tagged. > > Thanks! > > > -- > Philippe Lafoucrière - CEO > http://www.tech-angels.com > main : +33 (0) 970 444 643 > mobile : +33 (0) 6 72 63 75 40

Re: [nodejs] Gemnasium, now with NPM support

2013-02-13 Thread Luke Arduini
What qualifies as update needed? On Wednesday, February 13, 2013, Philippe Lafoucrière wrote: > Hi guys, > > We're pleased to announce the immediate availability of Gemnasium NPM: > https://gemnasium.com > Gemnasium is an online tool to monitor your project dependencies, it > was originally desig

Re: [nodejs] Re: nodeconf videos?

2013-02-08 Thread Luke Arduini
Post-production takes a long time :). Plus figure in that conference organizers usually have jobs, consulting and other obligations, families, kids, dogs, maybe occasional court appearances, etc. Even if you're not uploading all the videos you might have done post for all of them :). On Friday, Fe

Re: [nodejs] Re: [ANN] node-chrome: a very simple module for building desktop apps

2013-02-05 Thread Luke Arduini
Perhaps oversimplification to one person is optimalsimplification to another. On Tue, Feb 5, 2013 at 2:16 PM, mgutz wrote: > They're not the same, which is why I said he's oversimplifying what > node-webkit does. This is basically chrome in application mode talking to > an http server. > > On T

Re: [nodejs] How to future proof password hashes?

2013-01-31 Thread Luke Arduini
I'm going to be that guy and point out that this is a bullshit reply. He asked a perfectly reasonable question about the crypto api. On that note, my reply is also a bullshit reply :). On Thursday, January 31, 2013, Angel Java Lopez wrote: > Ummm... maybe your database already has a function to

Re: [nodejs] Fujitsu's new proprietary protocol claiming 30x speed of TCP

2013-01-30 Thread Luke Arduini
Looks like marketing bs On Wednesday, January 30, 2013, Tristan Slominski wrote: > Came across this. Seems the Node.js community would care about it, if > nothing else, for situational awareness: > > http://www.fujitsu.com/global/news/pr/archives/month/2013/20130129-02.html > > The problem, of co

Re: [nodejs] ANN: node-pcre

2013-01-26 Thread Luke Arduini
This is cool :). I starred it on npm. On Saturday, January 26, 2013, mscdex wrote: > Hello all, > > For those who need/want more regexp functionality, I've created a > binding to pcre. I already had a gypified pcre for my mmmagic addon, > so it wasn't too bad putting pcre into its own separate ad

Re: [nodejs] any node adoption success stories at a legacy shifting, mid-sized, non-startup company?

2013-01-26 Thread Luke Arduini
Hi River, Long story short, I worked at a fairly small tech company that at the end of 2011 was bought by a much larger tech company that has been around for a long time (and has many of the expected tropes of an older, large tech company). Node was a significant part of two of the projects I work

[nodejs] How to send email when script js restarted ???

2013-01-18 Thread Luke Arduini
process.uptime() will return the uptime. You could write a really simple module that uses this. -- 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 Group

[nodejs] Re: Exception handling and concurrency handling (The correct way of handling uncaught exceptions considering multiple users will be sending requests to the server)

2013-01-18 Thread Luke Arduini
Domains. Isaacs has commented before on catching exceptions leaving your program in an unknown state. Not worth the risk, imo. -- 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

[nodejs] Re: Encoding issue with http.request or request module

2013-01-18 Thread Luke Arduini
If the remote server doesn't honor accept request headers then your app is gonna have to be prepared for anything. -- 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

Re: [nodejs] a pakage that exports few modules

2013-01-18 Thread Luke Arduini
Magically finding files in a /lib directory sounds scary. Maybe I missed it, why not be explicit with your requires if you're including multiple files in your module? (not commenting on if I think this is a good idea) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com

[nodejs] Re: Did somebody know how integate libuv and qt evnet ?????

2013-01-18 Thread Luke Arduini
If you're going down a path like this I'd read through the libuv book first http://nikhilm.github.com/uvbook/index.html -- 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 subscr

Re: [nodejs] node_modules/node-proxy/build/Release/nodeproxy.node: invalid ELF header]

2013-01-18 Thread Luke Arduini
No idea how appfog works or what os they're running for deploys, but do they install & build (if necessary) dependencies for you or take what's built on your local machine? If it's the latter then it's probably the issue but you should really just ask their support. -- Job Board: http://jobs.

Re: [nodejs] Running javascript code "safely"

2013-01-18 Thread Luke Arduini
Mainly repeating what Bradley has already said, but you're seriously going to want to leverage what the system offers before considering trying to handle this type of stuff in your actual application. Systems are made for this type of thing and it's not a new approach by any means. If you're try

Re: [nodejs] comments in package.json

2013-01-05 Thread Luke Arduini
This sounds like a nightmare. -- 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 nodejs@googl

[nodejs] Re: Nodejs Chat Popup for private messaging

2012-12-18 Thread Luke Arduini
What mailing list is this? Maybe I'm lost. Ayaz, you might draw inspiration from Roman's balabolka: https://github.com/shtylman/balabolka While this separates chats based on the remote website, perhaps it will help you get an idea of how to separate them based on other specs. -- Job Board:

Re: [nodejs] Re: Simple LightWeight OOP. 100% compatibility with JavaScript. Feedback please!

2012-12-12 Thread Luke Arduini
I have yet to hear a particularly convincing argument for this type of OOP in javascript. As Raynos and Isaac explained, the idiomatic js style way without some additional special wrapper or helper is trivial to do. "I like it more" is a fine reason to do it yourself. I think it's a waste of t

[nodejs] Re: Poll for v0.10 feature: Crypto default to 'binary' strings vs defaulting to buffers

2012-10-10 Thread Luke Arduini
b) Remember the sys/util situation in 0.8? >1. What is the cost of keeping "sys" throwing? >2. What is the cost of putting it back? This is a different type of change entirely but I think the general idea of the questions is still applicable: 1. What is the cost of this change being made as soo

[nodejs] Re: Stepped down from Nodejitsu as Chief Evangelist several months ago

2012-09-10 Thread Luke Arduini
Thanks for all you've done for the node community. Still my favorite pull request I've ever made: https://github.com/Marak/ohh/pull/4 On Sep 9, 11:05 pm, Marak Squires wrote: > I wanted to make it clear to everyone here that I stepped down from any > major roles at Nodejitsu several months ago

[nodejs] Feature poll: Do you use the clientError event?

2012-09-02 Thread Luke Arduini
2.5 -- 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 nodejs@googlegroups.com To unsubscribe

[nodejs] Re: [ANN] Flatiron Mailing List

2012-08-29 Thread Luke Arduini
Yasin, I use certain flatiron components every so often for quick projects and usually use the documentation on the individual github repos (as opposed to whatever information is on the website). The readmes on github are fairly detailed. -- Job Board: http://jobs.nodejs.org/ Posting guidelin

Re: [nodejs] Node.js for small in-house app (should not need much maintenance)

2012-08-22 Thread Luke Arduini
This would be an excellent project for a first foray into building a node app. Express is nice if you like something sinatra-style but there may be flatiron.js components that fit your needs as well. You could also store the data on a free (up to a point) hosted couchdb on iriscouch. Obviously