hoodie icon indicating copy to clipboard operation
hoodie copied to clipboard

Project status?

Open zefman opened this issue 4 years ago • 8 comments

Hi I was just wondering what the status of this project is? It seems development has slowed a lot, is it still actively maintained and are there any plans for the future?

I am currently evaluating options for a new project and was wondering if hoodie is a safe bet.

zefman avatar Apr 20 '20 08:04 zefman

Hoodie is currently not actively maintained, sorry.

gr2m avatar Apr 20 '20 08:04 gr2m

Ah thats a shame. Thanks

zefman avatar Apr 20 '20 15:04 zefman

I was to ask the same thing. Can anybody recommend any alike projects?

daviddq avatar Apr 22 '20 07:04 daviddq

I have been looking at this with a graphql backend https://rxdb.info/ and it looks pretty promising

zefman avatar Apr 22 '20 07:04 zefman

Cool! Thanks 😄

daviddq avatar Apr 22 '20 08:04 daviddq

anyone found a good auth / access control system for rxdb or a better alt for hoddie? Also, can anyone explain why hoodie dev stopped? seems like a great library!

MentalGear avatar Aug 11 '20 15:08 MentalGear

@MentalGear if you use RxDB and the graphql replication you can just use any JWT based authentication by passing the token in the headers. Then you just have to design your resolvers to work for the currently authenticated users.

We are using https://nestjs.com/ as our Graphql backend and its working very nicely.

I agree though it's a shame dev stopped out of all the offline first solutions I have researched it liked by far the most fully-featured!

zefman avatar Aug 11 '20 15:08 zefman

@MentalGear If you're looking for a solution specifically for offline-first apps with CouchDB/Cloudant, have a look at my superlogin fork.

fynnlyte avatar Aug 21 '20 09:08 fynnlyte