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

https://github.com/volfpeter/lounge

Chat application API and a basic Bootstrap 4 UI
https://github.com/volfpeter/lounge

bootstrap4 chat demo fastapi python

Last synced: 3 months ago
JSON representation

Chat application API and a basic Bootstrap 4 UI

Awesome Lists containing this project

README

          

# Lounge

Chat application API and a basic Bootstrap 4 UI.

The included utilities provide the following features:

- Email authentication.
- Live chat (with websocket).
- Unlimited public chat rooms.

No user tracking, no backend, no persistence/database, ....

## Notes

At this point this is just a FastAPI learning project that started out from their [advanced user guide](https://fastapi.tiangolo.com/). Awesome project with great documentation, give it a try :)

## Questions & Contribution

Just use the issue tracker or submit a pull request.

## License - MIT

The project is open sourced under the conditions of the [MIT license](https://choosealicense.com/licenses/mit/).