hippofish/packages
2024-07-11 02:54:46 +09:00
..
backend chore (backend): skip the reverted drop-time-zone migration 2024-07-11 01:52:26 +09:00
backend-rs chore (backend-rs): add comment 2024-07-11 02:54:46 +09:00
client chore(deps): update dependency vue-draggable-plus to v0.5.2 2024-07-10 12:06:06 +00:00
firefish-js chore(deps): update dependency ts-jest to v29.2.1 2024-07-10 12:05:32 +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