Git Product home page Git Product logo

Comments (4)

nelz9999 avatar nelz9999 commented on July 20, 2024 1

Ahhh okay! Great. I'll keep an eye out for v2!

from spec.

fmvilas avatar fmvilas commented on July 20, 2024

Hi @nelz9999,

It's very interesting. I never heard about JSON text sequences, thanks for sharing.

Is it something you would use over HTTP, AMQP or another protocol? Or is it the communication protocol itself?

Can you provide an example on how an implementation would look like?

from spec.

nelz9999 avatar nelz9999 commented on July 20, 2024

We use it over HTTP, and stream delivery of the JSON bodies... These connections are kept open for tens of minutes, or longer. (Internally, we call this our "long-poll GET".)

The "raw" content coming across the wire would look sort of like this:

{"eventType": 0, "data":"example"}\n
\n
\n
{"eventType":1, "otherStuff": "more example"}\n
\n
\n

(The empty lines are what we use as "keepalive" signals.)

from spec.

fmvilas avatar fmvilas commented on July 20, 2024

Oh ok, I understand now. I think you'll benefit from AsyncAPI v2 Streaming APIs feature. Check an example here: https://github.com/asyncapi/asyncapi/blob/v2/test/docs/gitter-streaming.yaml.

The server scheme will be HTTP but there will be another section in the spec to document streaming APIs.

from spec.

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.