Git Product home page Git Product logo

sse-test's Introduction

sse-test

Description

First try on Server-Sent Events.

When it comes to bidirectional communicaion, people usually first think of WebSocket. However, if the application only need a one-way message push, SSE might be a good way to implement. Unlike the way of WebSocket to establish session with sending upgrading protocols to server and returning status code 101, SSE uses a regular HTTP request to establish the connection. Then, the server responds with the official SSE MIME type (text/event-stream) and streams event data to the client.

SSE is simple, lightweight, and suitable for scenarios where real-time updates are needed without the need for bidirectional communication, for example, ChatGPT, market index timely broadcasting...etc.

sse-test's People

Contributors

ttpss930141011 avatar

Watchers

 avatar

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.