Why not have a spdy client? I think it's pretty common to use a node process at a consumer of some webservice(s). Granted keepalive gets you pretty far, but I think spdy can be even better for performance, especially response multiplexing.
On Mon, Mar 12, 2012 at 9:46 AM, David Bjorklund <[email protected]>wrote: > Will this also include an spdy-client? > > Or, to put it more broadly, does it really not make sense for a > spdy-client written in node.js at all? > > /D > > > On Saturday, March 10, 2012 10:16:38 PM UTC+1, Mikeal Rogers wrote: >> >> I've been talking with isaac lately about getting this in to core. >> >> there is an http refactor coming and this is something i want to get in >> as part of it. >> >> On Mar 10, 2012, at 11:59 AM, Mark Hahn <[email protected]> wrote: >> >> I didn't even think to check for a module. I assumed spdy was too new. >> I won't underestimate node again. >> >> On Sat, Mar 10, 2012 at 11:35 AM, Nuno Job <[email protected]>wrote: >> >>> Here you go: >>> >>> http://github.com/indutny/**node-spdy<http://github.com/indutny/node-spdy> >>> http://blog.nodejitsu.com/**what-is-node-spdy<http://blog.nodejitsu.com/what-is-node-spdy> >>> >>> On Sat, Mar 10, 2012 at 7:32 PM, Mark Hahn <[email protected]> wrote: >>> >>>> Has anyone worked on implementing spdy in node as an http alternative? >>>> >>>> -- >>>> Job Board: http://jobs.nodejs.org/ >>>> Posting guidelines: https://github.com/joyent/**node/wiki/Mailing-List- >>>> **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 >>>> nodejs+unsubscribe@**googlegroups.com<nodejs%[email protected]> >>>> For more options, visit this group at >>>> http://groups.google.com/**group/nodejs?hl=en?hl=en<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<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 >>> nodejs+unsubscribe@**googlegroups.com<nodejs%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/**group/nodejs?hl=en?hl=en<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<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 >> nodejs+unsubscribe@**googlegroups.com<[email protected]> >> For more options, visit this group at >> http://groups.google.com/**group/nodejs?hl=en?hl=en<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 > -- 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
