hippofish/packages
2024-07-12 12:07:26 +00:00
..
backend fix(deps): update dependency @redocly/openapi-core to v1.18.0 2024-07-12 12:07:26 +00:00
backend-rs chore(deps): update dependency @napi-rs/cli to v3.0.0-alpha.58 2024-07-11 12:05:33 +00:00
client fix (client): backup useEmojiCdn setting (close #10962) 2024-07-12 18:52:32 +09:00
firefish-js chore(deps): update dependency ts-jest to v29.2.2 2024-07-10 20:05:25 +00: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