hippofish/packages
naskya ee8e00cb2f Merge branch 'iceshrimp_mastodon' into 'develop'
refactor: Iceshrimp’s Mastodon API implementation with original extensions

Co-authored-by: Eana Hufwe <eana@1a23.com>
Co-authored-by: Eana Hufwe <firefishdev@apps.1a23.com>
Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>
Co-authored-by: Asmodeus <colligare1Asmodeum@gmail.com>
Co-authored-by: Lhcfl <Lhcfl@outlook.com>

Closes #10880, #10920, #10717, #10716, #10699, #10697, #10659, #10657, #10543, #10591, #10230, #9637, and #10278

See merge request firefish/firefish!10905
2024-07-10 00:43:26 +00:00
..
backend Merge branch 'iceshrimp_mastodon' into 'develop' 2024-07-10 00:43:26 +00:00
backend-rs Merge branch 'develop' into iceshrimp_mastodon 2024-07-10 08:15:59 +09:00
client Merge branch 'develop' into iceshrimp_mastodon 2024-07-10 08:15:59 +09:00
firefish-js Merge branch 'develop' into iceshrimp_mastodon 2024-07-09 00:42:27 +09:00
macro-rs meta (backend-rs, macro-rs): set Rust version and edition in root 2024-07-09 18:36:45 +09:00
sw Merge branch 'develop' into iceshrimp_mastodon 2024-07-10 08:15:59 +09:00
README.md refactor: Iceshrimp’s Mastodon API implementation with original extensions 2024-05-29 23:39:22 +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
  • macro-rs: Procedural macros for backend-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