firefish/packages
naskya d9e46f7fa6 Merge branch 'refactor/isSignedIn' into 'develop'
refactor: make isSignedIn a function

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

See merge request firefish/firefish!10758
2024-04-22 18:10:00 +00:00
..
backend chore (backend): update meta cache every 5 mins 2024-04-22 08:57:00 +09:00
backend-rs dev (backend-rs): add basic Redis cache setter/getter 2024-04-22 21:56:38 +09:00
client chore (client): remove unnecessary non-null assertions 2024-04-22 22:44:43 +09:00
firefish-js Merge branch 'develop' into feat/antenna_limit 2024-04-22 05:51:22 +09:00
macro-rs refactor (backend): port config loader to backend-rs 2024-04-12 14:25:27 +09:00
megalodon dev: update format/lint scripts 2024-04-12 11:54:14 +09:00
sw chore: replace new Date().getTime() with Date.now() 2024-04-08 17:00:41 +09:00
meta.json refactoring 2021-11-12 02:02:25 +09:00
README.md docs: update packages/README.md 2024-04-14 13:35:35 +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
  • megalodon: TypeScript library used for partial Mastodon API compatibility