Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit Misskey Description #4641

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: fix description
Fastify is changed to NestJS (Fastify is definitely being used, but precisely because Fastify is being used as a backend to NestJS)

And, Because Misskey Web uses TypeScript to write its source code

Signed-off-by: 甘瀬ここあ <cocoa@amase.cc>
  • Loading branch information
AmaseCocoa authored Feb 23, 2025
commit 9831a3429306955d3baa924c5ca82377fd49f64c
2 changes: 1 addition & 1 deletion topics/misskey/index.md
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ topic: misskey
url: https://misskey-hub.net/
wikipedia_url: https://en.wikipedia.org/wiki/Misskey
---
Misskey is an open source software for free microblogging. The backend uses Fastify, and the frontend is written in JavaScript (Vue.js). It also implements ActivityPub and WebFinger procotr to achieve interoperability with other social networks.
Misskey is an open source software for free microblogging. The backend uses NestJS, and the frontend is written in TypeScript (Vue.js). It also implements ActivityPub and WebFinger procotr to achieve interoperability with other social networks.
Loading
Oops, something went wrong.