Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/sockets
https://github.com/fchristenson/sockets
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/sockets
- Owner: fChristenson
- Created: 2019-12-27T14:46:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:12:23.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:22:04.318Z (over 1 year ago)
- Language: TypeScript
- Size: 1.08 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Using websockets in a TypeScript application
## What we will cover
- What is a websocket?
- How do we structure our application to use them?## Notes
websockets is a communication protocol for sending realtime events between a client and a server.
They are very useful when we want to show realtime updates in a users browser such as when uploading something
or using a live chat app.