2023-07-20 04:17:05 +09:00
|
|
|
# 📦 Packages
|
|
|
|
|
|
|
|
This directory contains all of the packages Firefish uses.
|
|
|
|
|
|
|
|
- `backend`: Main backend code written in TypeScript for NodeJS
|
2024-01-23 01:29:15 +09:00
|
|
|
- `backend-rs`: Backend code written in Rust, bound to NodeJS by [NAPI-RS](https://napi.rs/)
|
2023-07-20 04:17:05 +09:00
|
|
|
- `client`: Web interface written in Vue3 and TypeScript
|
|
|
|
- `sw`: Web [Service Worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) written in TypeScript
|
|
|
|
- `firefish-js`: TypeScript SDK for both backend and client, also published on [NPM](https://www.npmjs.com/package/firefish-js) for public use
|
2023-10-10 23:35:21 +09:00
|
|
|
- `megalodon`: TypeScript library used for partial Mastodon API compatibility
|