https://github.com/rafalwilinski/serverless-websockets-chat
Realtime chat app based on AWS Lambda, API Gateway, DynamoDB, Websockets, React in TS
https://github.com/rafalwilinski/serverless-websockets-chat
api-gateway dynamodb react realtime serverless typescript websockets
Last synced: 11 months ago
JSON representation
Realtime chat app based on AWS Lambda, API Gateway, DynamoDB, Websockets, React in TS
- Host: GitHub
- URL: https://github.com/rafalwilinski/serverless-websockets-chat
- Owner: RafalWilinski
- Created: 2018-12-30T10:43:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T11:47:35.000Z (about 7 years ago)
- Last Synced: 2025-04-26T03:08:34.549Z (11 months ago)
- Topics: api-gateway, dynamodb, react, realtime, serverless, typescript, websockets
- Language: TypeScript
- Homepage: https://rwilinski.me
- Size: 293 KB
- Stars: 20
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Realtime Chat
Based on Serverless Framework, API Gateway Websockets, Typescript & React.
### Running
```sh
cd backend
npm install
npm run deploy
cd ../frontend
npm install
npm start
```