Feathers and Deno mongo #2709
Replies: 3 comments 2 replies
-
This looks great, thank you for sharing! I was wondering if an adapter for Oak or plain Deno HTTP would be the best approach here. Either way, the real port is still a work in progress at #2531. We haven't gotten back to it in a bit and I actually started wondering a few times now if it might make sense to turn Feathers core into a Deno first library (similar to https://github.com/feathersjs/hooks) with a different name and then just have FeathersJS use those modules published to npm. |
Beta Was this translation helpful? Give feedback.
-
oh I think turning feathers into a core library is a great idea but I understand that there is https://deno.land/x/feathers and it works pretty well although it's kinda different from the NodeJS version. For once, it lacks the I also wonder why the other modules aren't published to Deno. Stuff like |
Beta Was this translation helpful? Give feedback.
-
hey @daffl. Here is the adapter for oak I've been talking about https://github.com/vixalien/feathers_oak/. currently misses auth. |
Beta Was this translation helpful? Give feedback.
-
I made this adapter for feathers and
mongo
which is the de-facto Deno mongodb driver. I hoped someone would notice this as I'm not too suref everything looks right and maybe help me think out how to write test (im not very strong at testing).Im also working on an
oak
adapter but that is proving to be more difficult than I thought.Beta Was this translation helpful? Give feedback.
All reactions