-
-
Notifications
You must be signed in to change notification settings - Fork 98
AdonisJS Integration #139
Copy link
Copy link
Labels
component/integrationWeb framework integrationWeb framework integrationdifficulty/intermediateIntermediate levelIntermediate levelhelp wantedExtra attention is neededExtra attention is neededpriority/mediumMedium priority issuesMedium priority issuestype/enhancementImprovements to existing featuresImprovements to existing featurestype/featureRequests for new featuresRequests for new features
Metadata
Metadata
Assignees
Labels
component/integrationWeb framework integrationWeb framework integrationdifficulty/intermediateIntermediate levelIntermediate levelhelp wantedExtra attention is neededExtra attention is neededpriority/mediumMedium priority issuesMedium priority issuestype/enhancementImprovements to existing featuresImprovements to existing featurestype/featureRequests for new featuresRequests for new features
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 ?