-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodejs connector? #507
Comments
Thank you for your interest! |
I had NO idea this was deprecated, I see the note in the readme now that you mention. Would it be possible to spell that out a bit better? I use this project HEAVILY at work, so I'll check out the new fork today and go from there. Thanks. |
Ok, I will emphsize it in more explicit form. |
Indeed, it is now time to switch to RichFilemanager ! @servocoder did a great work and will maintain the package. @jlaustill : will be great to have a nodejs package maintainer ! |
Thanks @simogeo, you did a great job for the FM. |
Hi, just open sourced express-filemanager which is a nodejs / express connector for simogeo's filemanager. https://github.com/xcapt/express-filemanager Happy to welcome contributor to migrate it to Rich Filemanager !! |
Hi @xcapt I don't know if @jlaustill still works on the nodejs connector for the RFM, he haven't replied on my last comment. He brought a lot of great ideas on how to improve the RFM, so I hope he will come back. |
Hey @servocoder, Sorry, I didn't see your last comment. My use case has moved so far from the original filemanager I'm not sure if I will be able to contribute back. I'm pretty sure not even 1 line of code matches in my repo anymore to get this working with my use case and to pass my code reviews. Making this work client/api has been way more complicated than I originally expected. So this ended up being basically a complete rewrite for me. I just deployed it last week and it seems to be working well for people, but it's nowhere NEAR done yet. You can check out what I've done here FM2 . |
Hi @jlaustill |
Hey @servocoder , I just looked at @xcapt 's code, and I think it would be a much better fit for rich filemanager. He kept his code almost 100% in line with the PHP connector. I wonder if he'd be willing to move forward with it? I am so busy right now I am struggling to just keep up, but once my FM2 is stable I could certainly work on updating the nodejs connector for rich filemanager if @xcapt can't. FM2 meets a completely different need than the original filemanager. It's more for an intranet or internal web app, not so much for public facing CMS's. I went forward with it super fast because I needed something to deploy. The more I work on it though, the more I'm finding that the two use cases are pretty different. I have no need for clipboard support, drag and drop, etc etc. I just need the basic basics. But I do need CORS support, role based secure folders, and the ability to upload 100+ files at once. These are the things that work in FM2 already. I would love to figure out how to bring these two use cases together in future, but I'm still learning all the ins and outs, and they still just seem very very different. |
@jlaustill I see, either way I will keep you in touch, especially when the structural changes are complete, so perheps you will be able to help with nodejs connector. Gool luck :) |
@servocoder sounds great! |
Is anyone working on a nodejs connector? I'm going to need one for an upcoming migration from mvc. If nobody is working on one that I can help with, I will be writing one :)
The text was updated successfully, but these errors were encountered: