Hacker News new | ask | show | jobs
by maelito 4027 days ago
https://github.com/abhshkdz/HackFlowy is a clone of Workflowy, unfortunately it's not being developed anymore
2 comments

I like that project!

I wrote most of CrushPaper before finding out about Workflowy or HackFlowy, but I tried to take a different path from HackFlowy.

CrushPaper is hopefully easy to deploy because it is a single executable JAR.

CrushPaper is hopefully easy to contribute to because all of the server code is in Java.

CrushPaper has unit tests. I am always surprised when people are willing to store their information in an app that doesn't have any test coverage.

Which, on a side note, could be a fun place to start learning node - just a random thought. I still have big troubles finding myself enough time, persistency to go through all node noise, find good framework, etc. Worth checking out ;)