firefish/packages
2024-02-28 03:06:32 +09:00
..
backend fix(backend): update security keys available entry 2024-02-28 03:06:32 +09:00
backend-rs fix (backend-rs): properly compare strings in check_word_mute 2024-02-26 03:07:53 +09:00
client chore: discontinue latest-version api 2024-02-26 02:59:20 +09:00
firefish-js chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +09:00
megalodon chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +09:00
sw refactor: make client and sw ES modules 2024-02-26 02:54:56 +09:00
meta.json Firefish v1.0 2023-07-20 04:17:05 +09:00
README.md refactor: rename backend/native-utils to backend-rs 2024-01-23 01:29:15 +09:00

📦 Packages

This directory contains all of the packages Firefish uses.

  • backend: Main backend code written in TypeScript for NodeJS
  • backend-rs: Backend code written in Rust, bound to NodeJS by NAPI-RS
  • client: Web interface written in Vue3 and TypeScript
  • sw: Web Service Worker written in TypeScript
  • firefish-js: TypeScript SDK for both backend and client, also published on NPM for public use
  • megalodon: TypeScript library used for partial Mastodon API compatibility