A high-performance REST API server for Memex, providing HTTP endpoints to interact with the Rust-powered memory engine.
- Node.js 16+ and npm 8+
- Rust toolchain (for building the core)
- C++ build tools (for FFI compilation)
# Install dependencies
npm install
# Build the Rust core
npm run build
# Start development server
npm run dev