Very excited to see this project hitting the top page. Had the time of my life contributing to it
Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API
51–60 of 108 posts
Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API
#52Nice!! How does it compare with Postgraphile?
Postgraphile is a great tool. The main difference is that we generate code that you can use any way you like and deploy anywhere you want. If you are a Node.js developer you get a boost that helps you focus on your business logic without giving up on the flexibility of code. Also, on our roadmap, we want to provide developers with a full set of features to make development easier, e.g. integration, connecting to diff…
Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API
#53Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API
#54Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API
#55Great stuff, from wonderful contributors :)
Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API
#56Really cool... But I would really like to see more data type support and also if it isn't too much support for other frontend frameworks (Specifically Vue.js/Angular). Nest.js and Prisma is something I wanted to try for a long a time. All the best.
Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API
#57Playing around in app.amplication.com I'm seeing a lot of similarities to supabase. Happy to see more competition in this space. My initial impression is I'm a bit confused as to whether the goal is a hosted service similar to supabase, firebase, etc, or an offline tool that generates the app then it's up to you to go host it somewhere.
Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API
#58I'm having a miserable time with Sequelize, and I see this uses Prisma. What contributed to that decision?
Prisma is awesome. We initially tried TypeOrm and Sequilize and quickly move to Prisma for various reasons. I may post a blog post about this journey soon