workduck-io / mex-streaming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Structure

mex-websockets
├─ .gitignore
├─ README.md
├─ package.json
├─ resources
│  ├─ environment.ts
│  ├─ functions.ts
│  └─ role.ts
├─ serverless.ts
├─ src
│  ├─ lambdas
│  │  ├─ http
│  │  └─ websockets
│  │     ├─ handler.ts
│  │     ├─ handlerFactory.ts
│  │     ├─ websocketConnect.ts
│  │     ├─ websocketDefault.ts
│  │     ├─ websocketDisconnect.ts
│  │     ├─ websocketInterface.ts
│  │     └─ websocketMessage.ts
│  └─ services
├─ tsconfig.json
└─ tsconfig.paths.json

About


Languages

Language:TypeScript 100.0%