serverless-websockets-chat
serverless-websockets-chat copied to clipboard
Realtime chat app based on AWS Lambda, API Gateway, DynamoDB, Websockets, React in TS
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