Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgoodridge/serverless-chat
A chat app with a serverless backend and Django front-end.
https://github.com/lgoodridge/serverless-chat
django python serverless serverless-framework websockets
Last synced: 3 months ago
JSON representation
A chat app with a serverless backend and Django front-end.
- Host: GitHub
- URL: https://github.com/lgoodridge/serverless-chat
- Owner: lgoodridge
- Created: 2019-03-25T02:54:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:54:31.000Z (about 2 years ago)
- Last Synced: 2024-04-20T21:39:39.649Z (9 months ago)
- Topics: django, python, serverless, serverless-framework, websockets
- Language: Python
- Size: 33.2 KB
- Stars: 37
- Watchers: 1
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless-chat
An example chat application that uses the Serverless Framework on top of AWS Lambda and API Gateway with WebSockets for the backend, along with a simple Django client.
You can view a tutorial explaining how to create an app like this [here](https://medium.com/@ldgoodridge95/creating-a-chat-app-with-serverless-websockets-and-python-a-tutorial-54cbc432e4f).