hippofish/packages
2024-07-16 15:52:12 +09:00
..
backend chore (backend): address openvibe's invalid acct format 2024-07-16 15:52:12 +09:00
backend-rs chore: update auto-generated file 2024-07-16 09:03:05 +09:00
client Merge branch 'headerTabSize' into 'develop' 2024-07-15 23:28:45 +00:00
firefish-js chore(deps): update dependency ts-jest to v29.2.2 2024-07-10 20:05:25 +00:00
macro-rs test (backend-rs): make ts_exported functions testable 2024-07-16 08:50:30 +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