awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • thelounge/theloungeAvatar de thelounge

    thelounge/thelounge

    6,274Ver en 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
    Ver en GitHub↗6,274
  • permissionlesstech/bitchat-androidAvatar de permissionlesstech

    permissionlesstech/bitchat-android

    4,760Ver en 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
    Ver en 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

Explorar subetiquetas

  • 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.