GraphQL and REST API server for CodeGraph/USA providing real-time code analysis capabilities.
- GraphQL API: Flexible query interface for code graph exploration
- REST Endpoints: Traditional REST API for simple operations
- WebSocket Support: Real-time updates and streaming
- gRPC Integration: High-performance communication with core engine
- Node.js 18+
- npm or yarn
- Docker (optional)
npm install
npm run dev
npm run build
npm test
GraphQL playground available at /graphql
in development mode.
Apache License 2.0