8000 GitHub - Cloud-Spring-Course/streaming: Example application for demonstrating data streaming API and architecture
[go: up one dir, main page]

Skip to content

Cloud-Spring-Course/streaming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for good video

Building scalable web socket backend

WebSocket application optimized for huge number of users and network slowness

Example shows how to build scalable WebSocket backend.

Features

  • Max frequency limit with resampling and conflation
  • Reducing bandwidth (schema, delta delivery, position-based protocol)
  • Handling network slowness (server only sends such amount of data that client is able to receive)
  • Limits per user (defining maximum bandwidth per user)

Contacts

For any questions feel free to contact me kslisenko[at]gmail.com

About

Example application for demonstrating data streaming API and architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • HTML 8.2%
  • Java 7.3%
  • CSS 0.3%
0