firefish/packages
2024-01-27 07:09:28 +09:00
..
backend refactor: move misc/nyaify.ts to backend-rs 2024-01-27 06:48:10 +09:00
backend-rs chore: remove cfg_attrs for napi, which are no longer needed 2024-01-27 07:09:28 +09:00
client feat: use syntax highlight assets on server 2024-01-25 09:43:19 +09:00
firefish-js chore: upgrade dependencies 2024-01-25 03:50:41 +09:00
megalodon Firefish v1.0.5-rc (2) 2023-12-06 05:02:20 +09:00
sw chore: upgrade dependencies 2024-01-25 03:50:41 +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