partey_workadventure/pusher
Piotr Hanusiak 7e84ac5454
Global voice-indicators (#2020)
* make use of well known types for PlayerDetailsUpdated message

* show voice-chat indicator of people from other groups too

* cleanup

* check for outline value

* do not send outline color if undefined

* revert removing LocalVolumeStore

* use auto-generated type instead

Co-authored-by: Piotr 'pwh' Hanusiak <p.hanusiak@workadventu.re>
2022-04-04 13:47:23 +02:00
..
data Refactoring Woka management (#1810) 2022-03-11 17:02:58 +01:00
src Global voice-indicators (#2020) 2022-04-04 13:47:23 +02:00
tests Migrating away from the notion of public/private URL in WorkAdventure Github repository 2021-07-15 17:07:47 +02:00
.dockerignore Adding a Pusher container as a middleware/dispatcher between front and back 2020-11-26 17:53:30 +01:00
.eslintrc.json Stopping sending literal errors 2022-01-06 10:52:06 +01:00
.gitignore Adding a Pusher container as a middleware/dispatcher between front and back 2020-11-26 17:53:30 +01:00
.prettierignore Adding Prettier in messages 2021-12-16 16:40:50 +01:00
.prettierrc.json Making max line length to 120 2021-06-23 16:58:57 +02:00
Dockerfile Multi-platform images (#1924) 2022-03-08 11:21:17 +01:00
Dockerfile.prod *: Dockerfiles cleanup, docker-compose.prod.yaml 2021-01-12 22:32:37 +01:00
jasmine.json Adding a Pusher container as a middleware/dispatcher between front and back 2020-11-26 17:53:30 +01:00
LICENSE.txt Adding a Pusher container as a middleware/dispatcher between front and back 2020-11-26 17:53:30 +01:00
package.json Refactoring Woka management (#1810) 2022-03-11 17:02:58 +01:00
README.md Adding a Pusher container as a middleware/dispatcher between front and back 2020-11-26 17:53:30 +01:00
server.ts Revert "Improving log messages" 2021-11-24 16:20:07 +01:00
tsconfig.json Adding support for "readableBy" and "writableBy" in back 2021-07-19 10:16:43 +02:00
yarn.lock Refactoring Woka management (#1810) 2022-03-11 17:02:58 +01:00

Pusher

The pusher component is in charge of accepting WebSocket and HTTP connections from the front and forwarding them to the correct "api" server (or to the "admin").