Chat experiment with Kotlin and Dart
- Kotlin 75.8%
- Dart 22.1%
- Swift 2.1%
| bin | ||
| client | ||
| lib/server | ||
| test | ||
| .editorconfig | ||
| .env.example | ||
| .gitignore | ||
| analysis_options.yaml | ||
| COPYING | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
Spacing Chat
A try at a chat app.
Server
The Spacing Chat server requires a running PocketBase server.
Run the Spacing Chat server with Dart using
dart run
Client
The client is made with Kotlin Compose. Make sure you have JDK 21 installed and run inside the client directory:
./gradlew run
License
The Spacing Chat server is licensed under AGPL 3.0 or later. You may freely copy, distribute and modify it. Any modifications, including on network use, must also be distributed under AGPL. You can read the COPYING file for more information.
The Spacing Chat client is licensed under GPL 3.0 or later. You may freely copy, distribute and modify it. Any modifications must also be distributed under GPL. You can read the COPYING file for more information.