Fresh is a new full stack web framework for Deno
61–70 of 249 posts
Re: Fresh is a new full stack web framework for Deno
#62Re: Fresh is a new full stack web framework for Deno
#63I really like the idea of Deno and Fresh's philosophy also resonates with me (I'm a Rails guy). I would like to see an integrated ORM (can be an existing one) and testing framework though, before I would consider it a "full-stack" web framework.
Re: Fresh is a new full stack web framework for Deno
#64Maybe I am getting all wrong, but this sounds like PHP.
Re: Fresh is a new full stack web framework for Deno
#65Maybe I am getting all wrong, but this sounds like PHP.
Re: Fresh is a new full stack web framework for Deno
#66Am I the only one that think nowadays anything can be called "full stack"? For me "full stack" is something like Rails, Laravel, Django, etc. Or is it just being able to run code on the server enough to be "full stack"? I'm missing the translations system, the validations, the background jobs, the authentication system, authorization helpers, email sending, ORM or data access layer, testing framework, CSRF and relate…
Normally it's used this way to describe a job, but that meaning has circled around and is now used to describe libraries/frameworks too
Re: Fresh is a new full stack web framework for Deno
#67Re: Fresh is a new full stack web framework for Deno
#68Am I the only one that think nowadays anything can be called "full stack"? For me "full stack" is something like Rails, Laravel, Django, etc. Or is it just being able to run code on the server enough to be "full stack"? I'm missing the translations system, the validations, the background jobs, the authentication system, authorization helpers, email sending, ORM or data access layer, testing framework, CSRF and relate…
> For me "full stack" is something like Rails, Laravel, Django, etc. Aren't those back-end frameworks? I always undestood full-stack to mean "front-end + back-end".
Re: Fresh is a new full stack web framework for Deno
#69Is there any company that is hiring that uses fresh or deno in production?
Quoted post unavailable.
so, many people will look at this and say 'how is this different from ___?' and the reality is that for the most part, it's not. that's the point. you're making use of deno to do the same thing you did with node, and hopefully it's a little bit easier and/or more developer friendly.
also fwiw, deno is not really yc-affiliated; the company is backed by Sequoia, Four Rivers Ventures, Rauch Capital, Long Journey Ventures, the Mozilla Corporation, Shasta Ventures, and i think some other angel investors like Nat Friedman (former GitHub CEO).
Re: Fresh is a new full stack web framework for Deno
#70Am I the only one that think nowadays anything can be called "full stack"? For me "full stack" is something like Rails, Laravel, Django, etc. Or is it just being able to run code on the server enough to be "full stack"? I'm missing the translations system, the validations, the background jobs, the authentication system, authorization helpers, email sending, ORM or data access layer, testing framework, CSRF and relate…
When I hear of a full-stack framework (in a modern setting), I think of stuff like Meteor, Redwood, and Wasp-lang (disclaimer: I am one of the authors of that one). RoR also always comes to mind, although it's more commonly used as an API server nowadays.