Add project structure and roadmap documentation

- Created `project-structure.md` to outline the directory layout, crate dependencies, design principles, module guidelines, and naming conventions for the NxMesh codebase.
- Introduced `roadmap.md` detailing the development phases, milestones, tasks, deliverables, and resource requirements for the NxMesh project, spanning from foundational setup to enterprise features.
This commit is contained in:
GW_MC
2026-03-03 04:13:31 +00:00
parent 39bd860c55
commit 43b2e44d95
11 changed files with 9293 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
pkg-config \
libssl-dev \
postgresql-client \
protobuf-compiler \
&& rm -rf /var/lib/apt/lists/*
# Set working directory

View File

@@ -27,7 +27,7 @@ services:
- docker
pid: "service:nginx"
# Data Plane - Nginx (controlled by agent via Docker)
# Data Plane - Nginx (controlled by agent via PID namespace sharing)
nginx:
image: nginx:alpine
container_name: nxmesh-nginx