SSE
Jump to navigation
Jump to search
See also: sse
English
[edit]Noun
[edit]SSE (uncountable)
- Initialism of south-southeast.
Translations
[edit]Adjective
[edit]SSE (not comparable)
- Initialism of south-southeast.
Adverb
[edit]SSE (not comparable)
- Initialism of south-southeast.
Proper noun
[edit]SSE
- (computing) Initialism of Streaming SIMD Extensions, an extension to the x86 CPU instruction set architecture.
- (linguistics) Initialism of Standard Scottish English/Scottish Standard English.
- (computing) Initialism of Server-Sent Events, an technique for pushing events from HTTP server to client, specified in HTML5.
- 2012, Django push: Using Server-Sent Events and WebSocket with Django, Curella. [1]
- There are currently a few alternative technologies for pushing events to the browser: Server-Sent Events (SSE) and WebSocket.
- SSEs are a simpler protocol and are easier to implement, but they provide communication only in one direction
- 2024, What is Azure SignalR Service?, Microsoft:
- WebSockets is the optimal transport, but other techniques like Server-Sent Events (SSE) and Long Polling are used when other options aren't available. [2]
- 2012, Django push: Using Server-Sent Events and WebSocket with Django, Curella. [1]