jormungandr-bite/packages
2023-09-06 06:27:13 +02:00
..
backend [mastodon-client] Implement note editing, resolves #158 2023-09-03 01:18:37 +02:00
client Improve navbar 2023-09-06 06:27:13 +02:00
iceshrimp-js Switch to emoji status images (related: #42) 2023-08-31 01:20:46 +02:00
megalodon [mastodon-client] Proper note deletion response, resolves #159 2023-09-03 01:36:49 +02:00
sw Use build:debug and custom build environment docker image for CI 2023-08-30 17:59:16 +02:00
meta.json refactoring 2021-11-12 02:02:25 +09:00
README.md Defry the fish (#125) 2023-08-21 16:14:53 +02:00

📦 Packages

This directory contains all of the packages Iceshrimp uses.

  • backend: Main backend code written in TypeScript for NodeJS
  • backend/native-utils: 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
  • iceshrimp-js: TypeScript SDK for both backend and client, also published on NPM for public use
  • megalodon: TypeScript library used for partial Mastodon API compatibility