1
0
Fork 1
mirror of https://example.com synced 2024-11-22 06:16:38 +09:00
firefish/packages
2024-03-31 09:08:36 +09:00
..
backend fix (backend): add alias to a migration subquery 2024-03-31 09:08:36 +09:00
backend-rs refactor (backend): add note_file table to store (noteId, fileId) 2024-03-13 17:02:36 +09:00
client refactor (backend): move migrations inside backend/src 2024-03-13 16:00:17 +09:00
firefish-js chore: upgrade dependencies 2024-02-28 23:15:47 +09:00
megalodon chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +09:00
sw chore: upgrade dependencies 2024-02-28 23:15:47 +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