Coder Social home page Coder Social logo

node-spdy about jschan HOT 6 CLOSED

graftjs avatar graftjs commented on July 27, 2024
node-spdy

from jschan.

Comments (6)

mcollina avatar mcollina commented on July 27, 2024

I investigated how libchan uses SPDY for sending streams, and I'm pretty confident I can replicate that easily with node-spdy once we have a target API.

libchan uses SPDY stream identifiers to send nested channels, e.g. when the client receives a stream pushed stream from the server, it can now the parent request via the SPDY stream identifier. The only catch is that it requires some gymnastic to keep track of all those identifiers, just how libchan does. However, node-spdy does this for us for free, we just need to stick a reference to our message into the connection. Have a look at https://github.com/GraftJS/jschan/blob/master/test/spdy-demo.js#L35. So, we can have nested channels in node.js too!

I'm eager to have #6 defined, so I can start coding this 🎯.

from jschan.

AdrianRossouw avatar AdrianRossouw commented on July 27, 2024

totally awesome!

I'm gonna riff on usage.md now then.

from jschan.

mcollina avatar mcollina commented on July 27, 2024

libchan people are changing their interface to not rely on SPDY stream identifiers, but to pass libchan identifiers through headers.
It's more complex than what I thought :(

docker/libchan#38

from jschan.

AdrianRossouw avatar AdrianRossouw commented on July 27, 2024

Have you asked on IRC? #libswarm on freenode.

It is possible that you can connect to a previous revision of the library? Have we got abstractions enough to handle the various types they talk about there?

from jschan.

mcollina avatar mcollina commented on July 27, 2024

I would say they are planning to break backward-compatibility. I'll ask on IRC.

from jschan.

mcollina avatar mcollina commented on July 27, 2024

Closing for the discussione we had, it's doable :).

from jschan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.