You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
workadventure/pusher
Ludwig Behm 146e8e0dff
Merge branch 'develop' of https://github.com/thecodingmachine/workadventure into develop
1 year ago
..
src Merge branch 'develop' of https://github.com/thecodingmachine/workadventure into develop 1 year ago
tests Migrating away from the notion of public/private URL in WorkAdventure Github repository 2 years ago
.dockerignore Adding a Pusher container as a middleware/dispatcher between front and back 2 years ago
.eslintrc.json Stopping sending literal errors 1 year ago
.gitignore Adding a Pusher container as a middleware/dispatcher between front and back 2 years ago
.prettierignore Adding Prettier in messages 1 year ago
.prettierrc.json Making max line length to 120 2 years ago
Dockerfile Fixing missing builders 1 year ago
Dockerfile.prod *: Dockerfiles cleanup, docker-compose.prod.yaml 2 years ago
LICENSE.txt Adding a Pusher container as a middleware/dispatcher between front and back 2 years ago
README.md Adding a Pusher container as a middleware/dispatcher between front and back 2 years ago
jasmine.json Adding a Pusher container as a middleware/dispatcher between front and back 2 years ago
package.json Creating only one WS connection to pusher from admin 1 year ago
server.ts Revert "Improving log messages" 1 year ago
tsconfig.json Adding support for "readableBy" and "writableBy" in back 2 years ago
yarn.lock Bump follow-redirects from 1.14.7 to 1.14.8 in /pusher 1 year ago

README.md

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").