-
Notifications
You must be signed in to change notification settings - Fork 528
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
Let's update Hackpad! #62
Comments
@leandermelms do you have a fork you are working on? |
Yes, but unfortunately I've scheduled updating dependencies which require greater effort until I'm satisfied with the front-end implementation and the JS code, talking to the Scala backend. IMHO updating Jetty and Solr is important though, since each of them are ~ 5 years old. Jetty 6 is still considered stable. However, HTTP/2 support would be very desirable to have. Please let me know if you're interested in working on this. |
I am interested. Hackpad has a better UX than out-of-the-box etherpad. For some reasons I cannot use hackpad in some environments and have to use self-hosted solutions. Having used Hackpad, etherpad looked primitive to me. However, Hackpad seems much harder to setup than etherpad. I am thinking maybe we can back-port some parts of Hackpad to etherpad and contribute to the etherpad community as a whole. |
Or maybe they have made significant changes outside etherpad and it is no longer relavent to back-port to etherpad. I am not sure. I need some help in understand the architecture of Hackpad. |
@ztl8702 @leandermelms @andreabedini We just created a community fork, see #67. Hope you'll join our efforts! |
@ALL @ztl8702 @leandermelms @andreabedini @dokterbob I forked Hackpad, and due to etherpad has move to node.js platform, become etherpad-lite. I think it's hard to put the changes back. |
Great work!
Would you be interested in joining our efforts at https://github.com/whackpad/whackpad?
|
@dokterbob What changes have been made in Whackpad by now ? |
Practically none, we’ve just changed the name and updated the README a bit. Plus some tickets have been made.
I guess the main difference (with the original hackpad) is it’s meant to be a community effort in that we hope to move forward with some kind of consensus on most decisions (within reasonability, i.e. not taking a lot of time in discussions).
Maybe you could join us on #hackpad at Freenode or #hackpad:chat.weho.st on Matrix/Riot to discuss details.
|
Thank you for your invitation, now a days, I'm engaged with hacking Snabb. :) So, I'm afraid that I might have no time dissus it on irc, etc. My plan about Librepad/Hackpad has listed in README.md, It will take 1~2 month or even more. BTW, You can take my changes :) Best Wishes, |
Hi,
Hackpad is great but needs some polishing for performance and security reasons.
I started to update some of the dependencies. Most of them where simple replacements without any modifications needed.
I recently tried to update jetty (from 6 to 9). Jetty 9 offers Http/2 support (up to x15 performance increase!) and it's been roughly 7 years since jetty 6. For this, major modifications are necessary as jetty has evolved / changed significantly. As one might guess, jetty deeply used in almost all AppJet components. Some functionality needs to be redesigned as jetty has dropped depreciated classes AppJet uses heavily.
Is anyone interested in collaborating on this? I'm happy to exchange progess.
The text was updated successfully, but these errors were encountered: