No description
| apps/client | ||
| bin | ||
| docs | ||
| packages/messaging_flutter | ||
| services/core | ||
| .gitignore | ||
| README.md | ||
nexo
nexo is a messaging and notification service workspace.
The repository keeps the runtime pieces together so server, Flutter client, and notification package changes can move in one branch while each module keeps a clear boundary.
Layout
nexo/
apps/client/ # Flutter client and integration test host
services/core/ # Mattermost-derived messaging server core
packages/messaging_flutter/ # Flutter notification/messaging plugin package
docs/ # Product and migration notes
bin/ # Workspace helper entrypoints
Current Baseline
services/core/is based on Mattermostv11.4.2, matching the observed server runtime used during migration.packages/messaging_flutter/is migrated frommattermost-push-plugin. Existing public identifiers are intentionally kept for compatibility during the first move.apps/client/is the former plugin example app promoted to the workspace client/test host.
Commands
bin/dev
bin/test
bin/lint
bin/build
Core server Docker files live under services/core/compose/.