Skip to content

pakon-ws simple implementation

Štěpán Henek requested to merge playground into master
  • it starts a websocket server
  • for each connected client a new connection to aggregator is made
  • traffic between client and aggregator is forwarded (bidirectionaly)
  • single process, single threaded implementation

Merge request reports