1
0
Fork 1
mirror of https://example.com synced 2024-11-22 06:26:39 +09:00
firefish/packages
sup39 9cd3d474ae
refactor (backend-rs): check_word_mute
Co-authored-by: naskya <m@naskya.net>
2024-02-19 22:53:12 +09:00
..
backend fix (backend): validate ActivityPub Content-Type 2024-02-17 18:52:02 +09:00
backend-rs refactor (backend-rs): check_word_mute 2024-02-19 22:53:12 +09:00
client fix: push notification 2024-02-11 20:38:09 +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 chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +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