Earlier quoted context omitted.
" There is an email plugin that does that, but it's just a showcase and we would not recommend to use that in a production app. " You do realize that by putting it in your documentation, you're encouraging people to use it .
To be fair they are still working on 0.x, they probably don't recommend the whole thing to be used in production (although I personally wouldn't mind for some specific projects...). At this stage, I understand they just want to showcase some cool stuff. This being said, we should always be really careful about security when using dependencies, especially when it's in beta, and especially when mostly everything is don…
Hoodie – Fast web app development
91–100 of 147 posts
Re: Hoodie – Fast web app development
#92Earlier quoted context omitted.
Hoodie is Open Source and more like BYOBAAS (Bring Your Own Backend As A Service), you can host it yourself, or pay someone to host it for you. You are not beholden to single company’s VCs. Meteor is about exposing backend and frontend APIs to the browser. Hoodie hides backend complexity as much as it can. The target audiences are very different. Hoodie aims for more frobtendy/designery types, in the future Hoodie de…
> Meteor is about exposing backend and frontend APIs to the browser It is the weirdest description of Meteor I have seen so far. Meteor is all about helping developers to build excellent web apps with ease and spending less time, not providing APIs.
Full-tack devs will be incredibly quick with Hoodie, like they would with Meteor (or vice versa), it’s just a fundamental difference in design and implementation.
Re: Hoodie – Fast web app development
#93I guess this means that the sample web app no longer breaks if it's kept running for 15 minutes? Or is that problem still around?
Re: Hoodie – Fast web app development
#94Just realized .ie is an excellent TLD for cute website names
I write this as somebody who works for one of the biggest .ie registrars.
Re: Hoodie – Fast web app development
#95Team Hoodie here. Happy to answer any questions you might have :)
Re: Hoodie – Fast web app development
#96Team Hoodie here. Happy to answer any questions you might have :)
Re: Hoodie – Fast web app development
#97Re: Hoodie – Fast web app development
#98Re: Hoodie – Fast web app development
#99Team Hoodie here. Happy to answer any questions you might have :)
Can we finally save public data?
Re: Hoodie – Fast web app development
#100Moving from a request based business logic to data based business logic (processing incoming data, as opposed to processing incoming http requests) is an interesting shift. Does anyone know what this kind of system is called? I'd love to do more research.