partey_workadventure/pusher
2022-05-12 09:03:01 +02:00
..
data Refactoring Woka management (#1810) 2022-03-11 17:02:58 +01:00
src Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop 2022-05-12 09:03:01 +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 Fine-tuning the @typescript-eslint/no-unused-vars rule 2022-04-22 18:09:39 +02: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 Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop 2022-05-11 11:42:32 +02:00
Dockerfile.prod Update all docker nodejs container to the last LTS (16) 2022-05-10 12:03:22 +02: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 Fix prettier issues 2022-04-21 14:45:34 +02: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 Zod EVERYWHERE (#2027) 2022-04-12 14:21:19 +02:00
yarn.lock Fixing bug when changing room 2022-04-22 17:08:55 +02: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").