Skip to content

Instantly share code, notes, and snippets.

@amitrahav
Created May 14, 2021 17:45
Show Gist options
  • Save amitrahav/e3fd5c3a14a43897c0b13fb71f0c47bc to your computer and use it in GitHub Desktop.
Save amitrahav/e3fd5c3a14a43897c0b13fb71f0c47bc to your computer and use it in GitHub Desktop.
SocketVsSSE1
const sse = new EventSource('/api/v1/sse');
const socket = new WebSocket('ws://localhost:8080/api/v1/socket');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment