LogTape: Simple logging library with zero dependencies for every JavaScript runtime
  • hongminhee hongminhee 4w ago 100%

    It has zero dependencies, and supports virtually every JavaScript runtime (browsers, Node.js, Bun, Deno, and edge functions). It also organize loggers in hierarchical categories, which allows you fine-grained control over log levels for different parts of an application.

    2
  • Creating your own federated microblog
  • hongminhee hongminhee 1mo ago 100%

    Thank you for your advice. As you mentioned, Fedify currently has actor URIs consisting of handles. This limitation is due to the early design of Fedify and will be fixed before we release v1.0!

    2
  • fedify.dev

    [Fedify](https://fedify.dev/)は、TypeScriptとJavaScriptで書かれたActivityPubサーバーフレームワークです。分散型のソーシャルネットワークを構築するためのサーバーアプリケーションを作る際の複雑さと冗長なコードを排除し、ビジネスロジックとユーザー体験の開発に集中できるようにすることを目指しています。 現在提供している主な機能は以下の通りです: - Activity Vocabularyのための型安全なオブジェクト(一部のベンダー固有の拡張機能を含む) - WebFingerクライアントとサーバー - [HTTP Signatures](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12)と[Object Integrity Proofs](https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md) - ウェブフックを処理するためのミドルウェア - NodeInfoプロトコル - Node.js、Deno、Bunのサポート - テストとデバッグのためのCLIツールチェーン 興味がある方は、Fedifyのウェブサイトをご覧ください!包括的なドキュメント、デモ、チュートリアル、サンプルコードなどが用意されています: https://fedify.dev/

    3
    0
    LogTape: Simple logging library for Deno/Node.js/Bun/browsers
  • hongminhee hongminhee 6mo ago 100%

    LogTape author here.

    LogTape also supports structured logging. Structured values are kept in LogRecord.properties. Please see how to use the JSON formatter.

    2