No description
Find a file
2026-05-26 10:50:16 +09:00
apps/client Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
bin Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
docs Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
packages/messaging_flutter Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
services/core Prepare core compose for remote test deployment 2026-05-26 10:50:16 +09:00
.gitignore Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00
README.md Initial nexo monorepo migration 2026-05-26 10:42:29 +09:00

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 Mattermost v11.4.2, matching the observed server runtime used during migration.
  • packages/messaging_flutter/ is migrated from mattermost-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/.