jkyberneees / hydra-integration

Minimalist 'hydra integration' module, intended for Node.js web frameworks integration.
MIT License
14 stars 4 forks source link

Integration with Feathers.js #4

Open intermundos opened 6 years ago

intermundos commented 6 years ago

Hello,

Can you please advise how to integrate Hydra with fetahres.js?

Your help is appreciated.

A.

jkyberneees commented 6 years ago

Hi @intermundos, there is a guide line for creating custom integrations here: https://github.com/jkyberneees/hydra-integration/blob/HEAD/docs/CustomIntegration.md

If you need concrete support on doing it just let me know. Basically we "only" need to know how to extract the REST endpoints(routes) on feathers apps. You can also take a look into existing integrations: https://github.com/jkyberneees/hydra-integration/tree/master/libs

Looking forward to your follow up, Regards.

intermund commented 6 years ago

Hi @jkyberneees, thank you for help first of all.

I tried to integrate both feather.js and sail.js but with no luck, had no time to deal with it. Will do more trials and update accordingly.

Thanks again and have a nice day.