-
-
Notifications
You must be signed in to change notification settings - Fork 135
AdonisJS Integration #139
Copy link
Copy link
Labels
component/integrationWeb framework integrationWeb framework integrationdifficulty/intermediateIntermediate levelIntermediate levelhelp wantedExtra attention is neededExtra attention is neededintegration/adonisjsAdonisJS integration (@fedify/adonisjs)AdonisJS integration (@fedify/adonisjs)
Description
Activity
Metadata
Metadata
Assignees
Labels
component/integrationWeb framework integrationWeb framework integrationdifficulty/intermediateIntermediate levelIntermediate levelhelp wantedExtra attention is neededExtra attention is neededintegration/adonisjsAdonisJS integration (@fedify/adonisjs)AdonisJS integration (@fedify/adonisjs)
Type
Fields
Priority
Medium
Effort
None yet
Helloooo
I think I'm not the only one who want Fedify in AdonisJS ! It should be possible because AdonisJS supports custom middleware and, since the V6, the ESM packages !
But I don't have any ideas to solve the problem : how to implement ?
A person on the discord of AdoniJS tells me :
So the middleware will return a response, and works with the raw request, which I think is possible to get from Adonis' Request classBut I tryed and, obviously it doesn't work. I think integreate Fedify in AdonisJS should be an advance because Adonis has a big community instead of the others web frameworks x)
Anyone have an idea to integreate ?