A realtime chatroom built with Angel and Flutter.
This application uses WebSockets and local authentication, as well as service hooks. In terms of server-side code, it is relatively simple; this serves as a testament to Angel's promise of expedited development cycles.
This project is divided into three sub-projects:
common
- Shared code, i.e. models.server
- A server powered by the Angel frameworkclient
- A mobile app, written with Flutter, that queries theserver
.
To learn more about the Angel framework, check out the main website and wiki.
Also consider starring the main repo! Thank you!