dadi / cdn

CDN is a Just-in-time asset manipulation and delivery application, providing a complete content distribution/delivery solution
https://dadi.cloud/en/cdn
Other
217 stars 43 forks source link

[Question] Is project dead? #518

Open hitech95 opened 4 years ago

hitech95 commented 4 years ago

Main website and demo are not working, is this project dead?

eshaan7 commented 4 years ago

+1. Same question. The docs are up but not the dadi.cloud website.

EDIT: From what I can see, the dadi organization has shut down ? I really like this project, maybe someone could make a fork of this over at https://github.com/jazzband and that could be community maintained.

jimlambie commented 4 years ago

Hi @hitech95 @Eshaan7

The project isn't dead, although its main use is within the Edge network and has been ported to Go. This Node version is still in use in hundreds of projects, I use it frequently. I'm trying to make some time this month to resolve some of the outstanding issues.

Thanks for your interest!

eshaan7 commented 4 years ago

Thanks for your quick response.

has been ported to Go

I think maybe that one isn't open source ? I'd very interested in using it since golang would give significantly better performance and concurrency.

jimlambie commented 4 years ago

I think maybe that one isn't open source ? I'd very interested in using it since golang would give significantly better performance and concurrency.

You're right, it isn't open source unfortunately. That being said, I get reasonable performance out of this version as it is, as long as the configuration is tweaked accordingly and the infrastructure it runs on is appropriate. It has different requirements every time!

eshaan7 commented 4 years ago

I see. Is there any plan on making the go version open source in the future btw?