Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 705 Bytes

File metadata and controls

38 lines (25 loc) · 705 Bytes

Ombr Server

CodeQL Advanced

Backend service for Ombr, built with TypeScript and Bun.

Prerequisites

  • Bun 1.0+

Getting Started

Install dependencies:

bun install

Run the server:

bun run src/index.ts

Or use the package script:

bun run start

Project Structure

  • src/index.ts: Main server entry point
  • src/dbWorker.ts: Database worker logic
  • src/worker.ts: Worker runtime logic
  • src/workers/: Worker-specific modules
  • src/lib/: Shared server utilities
  • src/testClient.ts: Local test client