awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
morethanwords avatar

morethanwords/tweb

0
View on GitHub↗
2,565 Stars·895 Forks·TypeScript·GPL-3.0·6 Aufrufeweb.telegram.org/k↗

Tweb

Features

  • Telegram Clients - An open-source web-based client for the Telegram messaging platform that runs entirely in the browser.
  • Persistent Caching Layers - Client-side storage layer using IndexedDB to cache chat history, media, and session data for offline access and fast reloads.
  • Web-Based MTProto Clients - A web client that communicates with Telegram servers using the MTProto protocol for encrypted messaging.
  • WebSocket Transports - Bidirectional communication using Telegram's MTProto protocol over persistent WebSocket connections for real-time message exchange.
  • Telegram Message Sending - Sends text, media, and files through the Telegram protocol in a browser-based interface.
  • Browser-Based Telegram Workflows - Sending text, media, and files through Telegram from a web interface, with conversation management and search.
  • Conversation Organization - Organizes chats with search, notifications, and message history within a web client.
  • Virtualized List Rendering - Renders only visible chat items in the DOM using dynamic viewport calculations to handle thousands of conversations efficiently.
  • Source-Mapped Debug Consoles - Exposes internal class instances and state to the browser console via source maps for runtime inspection and debugging.
  • Dockerized Telegram Client Deployments - Packaging and serving a Telegram web client on your own server using Docker or static file builds for production use.
  • Telegram Web App Deployments - A deployable web application that connects to Telegram servers and provides messaging features through a browser interface.
  • WebAssembly - Offloads audio and video decoding to WebAssembly modules for performant media playback directly in the browser.
  • Query-Parameter-Driven Configurations - Adjust client behavior like test servers, debug logging, and transport mode through URL parameters.

Star-Verlauf

Star-Verlauf für morethanwords/twebStar-Verlauf für morethanwords/tweb

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was sind die Hauptfunktionen von morethanwords/tweb?

Die Hauptfunktionen von morethanwords/tweb sind: Telegram Clients, Persistent Caching Layers, Web-Based MTProto Clients, WebSocket Transports, Telegram Message Sending, Browser-Based Telegram Workflows, Conversation Organization, Virtualized List Rendering.

Welche Open-Source-Alternativen gibt es zu morethanwords/tweb?

Open-Source-Alternativen zu morethanwords/tweb sind unter anderem: zhukov/webogram — Webogram is an open-source web application that connects to the Telegram messaging platform, enabling users to send… danog/madelineproto — MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram… overtake/telegramswift — TelegramSwift is a native macOS client for the Telegram messaging platform, built entirely in Swift. It provides a… pyrogram/pyrogram — Pyrogram is an asynchronous Python framework for interacting with the Telegram MTProto API. It serves as both a bot… journey-ad/moe-counter — Moe-Counter is a self-hosted page view tracker that renders visitor counts as dynamically generated SVG badges with… farm-fe/farm — Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static…

Open-Source-Alternativen zu Tweb

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Tweb.
  • zhukov/webogramAvatar von zhukov

    zhukov/webogram

    8,058Auf GitHub ansehen↗

    Webogram is an open-source web application that connects to the Telegram messaging platform, enabling users to send and receive messages directly through a web browser without installing native desktop or mobile applications. It implements Telegram's custom cryptographic protocol for secure client-server communication over WebSocket and HTTP long polling. The project can be deployed as a self-hosted instance by building a minimized production version for copying to a personal or organizational web server. It also supports packaging as a Chrome extension for offline use and browser integration

    JavaScriptjavascriptmessengerprogressive-web-app
    Auf GitHub ansehen↗8,058
  • danog/madelineprotoAvatar von danog

    danog/MadelineProto

    3,344Auf GitHub ansehen↗

    MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin

    PHPamphpasyncbot
    Auf GitHub ansehen↗3,344
  • overtake/telegramswiftAvatar von overtake

    overtake/TelegramSwift

    5,706Auf GitHub ansehen↗

    TelegramSwift is a native macOS client for the Telegram messaging platform, built entirely in Swift. It provides a complete implementation of the Telegram protocol, enabling users to send text messages, make voice calls, share media files, and participate in group chats and channels directly from their Mac. The application supports core messaging features including end-to-end encryption, emoji reactions, message pinning, and threaded comments, along with content types like stickers, GIFs, polls, and stories. The client extends beyond basic messaging with capabilities for bot interaction, paym

    Swift
    Auf GitHub ansehen↗5,706
  • pyrogram/pyrogramAvatar von pyrogram

    pyrogram/pyrogram

    4,614Auf GitHub ansehen↗

    Pyrogram is an asynchronous Python framework for interacting with the Telegram MTProto API. It serves as both a bot framework and a user client library, providing a concrete implementation of the MTProto protocol for secure communication with Telegram servers. The library distinguishes itself by providing a high-level wrapper layer that abstracts complex protocol methods into Python functions, while still allowing for the execution of raw API functions and low-level peer resolution. It supports multi-client concurrency, enabling the management of several user or bot identities within a single

    Python
    Auf GitHub ansehen↗4,614
Alle 30 Alternativen zu Tweb anzeigen→