Skip to content

ombr-gh/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backend server for packet handling, the API, and database management.

Resources

License

Stars

Watchers

Forks

Contributors