Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fchristenson/sockets


https://github.com/fchristenson/sockets

Last synced: about 2 months ago
JSON representation

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.