awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesMessage Logging Stores

SQLite databases that persist all message history, edit records, and logged messages locally for offline access.

Distinct from SQLite Databases: Distinct from general SQLite Databases: specifically designed for message logging and edit history preservation rather than general-purpose storage.

Explore 2 awesome GitHub repositories matching data & databases · Message Logging Stores. Refine with filters or upvote what's useful.

Awesome Message Logging Stores GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • thelounge/theloungeAvatar thelounge

    thelounge/thelounge

    6,274Vezi pe GitHub↗

    The Lounge is a self-hosted, web-based IRC client that functions as a persistent bouncer replacement, keeping users connected to IRC servers even when their browser is closed or device is offline. It runs as a Node.js backend with a WebSocket bridge that relays IRC events and commands between the server and browser, and includes a built-in HTTP and HTTPS server for direct TLS termination without an external reverse proxy. The client supports multiple user accounts on a shared server installation, with LDAP authentication for credential validation. It maintains persistent server-side IRC conne

    Persists user messages to text files or SQLite databases for later access and reloading after server restarts.

    TypeScriptchatircirc-client
    Vezi pe GitHub↗6,274
  • permissionlesstech/bitchat-androidAvatar permissionlesstech

    permissionlesstech/bitchat-android

    4,760Vezi pe GitHub↗

    BitChat Android is a decentralized peer-to-peer messenger that enables communication over Bluetooth mesh networks without requiring any internet connection or central servers. It functions as a full mesh network chat app and a privacy-focused communication tool, with every message encrypted end-to-end using per-session cryptographic keys that ensure forward secrecy. The app operates without accounts or persistent identifiers, resisting user tracking at the protocol level. To strengthen privacy and efficiency, BitChat injects cover traffic to obscure real communication patterns and includes an

    Stores messages locally with a configurable time-to-live and deletes them automatically after expiry to limit data persistence.

    Kotlin
    Vezi pe GitHub↗4,760
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Embedded Databases
  6. SQLite Databases
  7. Message Logging Stores

Explorează sub-etichetele

  • Ephemeral Message StoresLocal storage systems that hold messages for a configurable time-to-live and automatically delete them after expiry. **Distinct from Message Logging Stores:** Distinct from Message Logging Stores: focuses on ephemeral storage with automatic expiry, not persistent message history.