serverless-websockets-chat

Realtime chat app based on AWS Lambda, API Gateway, DynamoDB, Websockets, React in TS

Stars
19

Serverless Realtime Chat

Based on Serverless Framework, API Gateway Websockets, Typescript & React.

Running

cd backend
npm install
npm run deploy
cd ../frontend
npm install
npm start