firefish/packages
2024-02-07 18:59:42 +09:00
..
backend refactor (backend): change !== null to != null 2024-02-07 18:59:42 +09:00
backend-rs dev: create virtual rust workspace in the repository root 2024-01-31 19:32:56 +09:00
client chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +09:00
firefish-js chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +09:00
megalodon chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +09:00
sw chore: upgrade dependencies & remove tests from megalodon 2024-01-31 14:56:08 +09:00
meta.json
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