-
- Downloads
feat: implement connection micro service
Showing
- apps/gateway/src/app/app.controller.ts 32 additions, 0 deletionsapps/gateway/src/app/app.controller.ts
- apps/gateway/src/app/app.module.ts 42 additions, 0 deletionsapps/gateway/src/app/app.module.ts
- apps/gateway/src/app/connection.controller.ts 179 additions, 0 deletionsapps/gateway/src/app/connection.controller.ts
- apps/gateway/src/app/events.gateway.ts 8 additions, 0 deletionsapps/gateway/src/app/events.gateway.ts
- apps/gateway/src/app/exception.handler.ts 39 additions, 0 deletionsapps/gateway/src/app/exception.handler.ts
- apps/gateway/src/main.ts 59 additions, 0 deletionsapps/gateway/src/main.ts
- apps/gateway/tsconfig.app.json 12 additions, 0 deletionsapps/gateway/tsconfig.app.json
- apps/gateway/tsconfig.json 16 additions, 0 deletionsapps/gateway/tsconfig.json
- apps/gateway/tsconfig.spec.json 14 additions, 0 deletionsapps/gateway/tsconfig.spec.json
- apps/gateway/webpack.config.js 8 additions, 0 deletionsapps/gateway/webpack.config.js
- compose/docker-compose.yml 41 additions, 29 deletionscompose/docker-compose.yml
- compose/env/issuer.env 23 additions, 7 deletionscompose/env/issuer.env
- gateway-swagger.json 1 addition, 0 deletionsgateway-swagger.json
- libs/asker/src/asker-nats/agent.consumer.service.ts 38 additions, 4 deletionslibs/asker/src/asker-nats/agent.consumer.service.ts
- libs/asker/src/asker-nats/asker.nats.module.ts 2 additions, 0 deletionslibs/asker/src/asker-nats/asker.nats.module.ts
- libs/asker/src/asker/agent.service.ts 35 additions, 11 deletionslibs/asker/src/asker/agent.service.ts
- libs/asker/src/asker/asker.service.ts 4 additions, 1 deletionlibs/asker/src/asker/asker.service.ts
- libs/asker/src/index.ts 0 additions, 1 deletionlibs/asker/src/index.ts
- libs/clients/.eslintrc.json 18 additions, 0 deletionslibs/clients/.eslintrc.json
- libs/clients/README.md 11 additions, 0 deletionslibs/clients/README.md
Loading