Skip to content

Latest commit

 

History

History

README.md

Memex Node.js API

A high-performance REST API server for Memex, providing HTTP endpoints to interact with the Rust-powered memory engine.

🚀 Quick Start

Prerequisites

  • Node.js 16+ and npm 8+
  • Rust toolchain (for building the core)
  • C++ build tools (for FFI compilation)

Installation

# Install dependencies
npm install

# Build the Rust core
npm run build

# Start development server
npm run dev