As for the client side: I tend not to think about that too much, since it is often quicker and easier to create your own DOM manipulation than learning any of these, highly opinionated, frameworks. I like to use jQuery, because of the huge community, the large number of plugins and since many other frameworks try to stay compatible.
Ask HN: What tech stack would you use to build an open-source Google Keep clone?
101–110 of 128 posts
Re: Ask HN: What tech stack would you use to build an open-source Google Keep clone?
#102Earlier quoted context omitted.
For me it shows the [Reddit logo] and [Safari logo], since I'm on IOs. So it seems like it pulls the standard browser...
> standard browser Why would Chromium be the standard browser for Android? I have never had that installed on my phone. Edit: Yes I know Google develops the Chrome products. Down-voting my post without discussion is pretty useless, no?
Re: Ask HN: What tech stack would you use to build an open-source Google Keep clone?
#103Clojure(Script) for the ability to use same language front and back, for it's very good interoperability CSP and expressions
Datascript for my client side database, I'd probably try and achieve a real time app based on something like hyperfiddle
Re: Ask HN: What tech stack would you use to build an open-source Google Keep clone?
#104Use what you know. Choose stability over cuteness. The app you’re building doesn’t dictate any specific stack.
Re: Ask HN: What tech stack would you use to build an open-source Google Keep clone?
#105Re: Ask HN: What tech stack would you use to build an open-source Google Keep clone?
#106Earlier quoted context omitted.
> standard browser Why would Chromium be the standard browser for Android? I have never had that installed on my phone. Edit: Yes I know Google develops the Chrome products. Down-voting my post without discussion is pretty useless, no?
Because it is the standard browser that comes with OEM Android. Google phone, Google browser.
Re: Ask HN: What tech stack would you use to build an open-source Google Keep clone?
#107Earlier quoted context omitted.
If you're goal is to get the app done and published rather than learning a new tech then go with your default stack. I've never worked with Rails but it seems like a totally valid choice for the product. You can always bolt on a more modern frontend later if you need it.
Thanks. It's Rails' frontend performance stigma that made me hesitate. I suppose bolting a better FE is an option, but I won't know it until I benchmark it.
I don’t know much about Rails’ perf, but by and large “SPAs are faster” only seems to hold up if you’re only measuring actions after the first page load AND your pages are very dense with heavy assets.
Re: Ask HN: What tech stack would you use to build an open-source Google Keep clone?
#108Re: Ask HN: What tech stack would you use to build an open-source Google Keep clone?
#109Earlier quoted context omitted.
Is it completely open source + optional paid hosting (I spent a few minutes reading but wasn't sure.) FWIW: Open Source client + server with optional paid hosting is my favourite. And it is not just words: I've been paying a few hosting services, both commercial and open source, for a few years. I like the assurance of open source but I often prefer to pay the people who make it to host it.
A bit OT, but honest question: would it bother you if it was almost-open-source, that is, if license forbid leechers (other cloud providers selling competitive offering)? I am thinking of releasing a product under Apache + Common Clause, Zero License, Business Source License or similar, maybe with GPL timebomb. Basically, feel free to use, improve and share, but don't sell or offer it as a service to 3rd parties. I w…
I think as a service provider, you have to think pretty hard about the service you are providing. Having a cloud based server and keeping it up is pretty basic work. This is exactly why SaaS is so popular -- the actual day to day service is extremely small and cheap. The problem, as you very correctly perceive, is that larger providers can undercut you, very, very easily (because you are buying the actual service from them). They can cut out the middle man.
So for a full free software service, you need to provide something other than hosting as the service. To be honest, one of the really attractive things about SaaS is that you go back to a model where you have an upfront, single time development cost for the software and then you sell it over and over and over again. In other words, you have a constant price with near infinite scaling.
I think this is impossible with free software. I might be wrong, but I've thought through it for a number of decades and I can't see a way to do it :-). With free software (that has no intrinsic hardware or extensive person-oriented service involved) I think you have to charge for actual development time. I think there are inventive ways to do this (many of which have not been tried), but there is no way around it.
I think what you are intending to offer has very little benefit for the user. Certainly, as someone who wants source code, I would not touch something with that license with a ten foot pole. If I were you, I would just go with SaaS or Open Core and be done with it. If you are really intent on providing useful source code for the user, then I think you have to come up with something that they want to buy. That thing has to be something that other people will have trouble competing against. For most programmers, that means development services.