ChatCrawlersearch across public Telegram Open the app
T

TypeScript Ecosystem

сообщение · 2026-07-27 18:27 UTC
W
Super basic example: import fs from "node:fs"; import { spawn, type ChildProcess } from "node:child_process"; let child: ChildProcess | undefined; let timer: NodeJS.Timeout; function restart() { child?.kill(); child = spawn("npx", ["tsx", "./src/index.ts"], { stdio: "inherit", shell: true, }); } fs.watch("./src", { recursive: true }, (_eventType, filename) => { if (!filename) return; clearTimeout(timer); timer = setTimeout(restart, 100); }); restart();

Вся лента · оригинал в Telegram

Open in Telegram Каталог площадок Искать в ChatCrawler

A snapshot of an open public feed from the search index ChatCrawler — “Google for public Telegram”; refreshed as the venue is crawled. Times are UTC.

Public content only, official Telegram API. About · FAQ · What we do not do · Remove a page · Catalog