This repo contains the node websocket server for the Moduda chrome extension.
To run the server locally, we recommend using docker compose. From the root directory of this project, simply run:
docker compose -f docker-compose.yml -f docker-compose.dev.yml upIn case anybody is interested, this server is running in an AWS ECS cluster in production.
To deploy, I simply run:
ecs-cli compose service up --cluster-config <ECS_CONFIG_NAME> --ecs-profile <ECS_PROFILE_NAME>