cslisenka / streaming

Example application for demonstrating data streaming API and architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:JavaScript 84.3%Language:HTML 8.2%Language:Java 7.2%Language:CSS 0.3%