An open API service indexing awesome lists of open source software.

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

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
```