Next.js vs Encore.ts - When should you NOT use Next.js for Backend?

  Рет қаралды 6,948

Encore

Encore

Күн бұрын

Пікірлер: 47
@alimammadli6915
@alimammadli6915 21 сағат бұрын
Great job! 🤩 Thanks Encore team for such an absolutely incredible framework! 👏 It's a game changer for Javascript/Typescript backend! 🔥
@encoredev
@encoredev 21 сағат бұрын
Thanks, appreciate the support!
@Disorrder
@Disorrder 11 сағат бұрын
performance chart looks so promising!
@ibnurasikh
@ibnurasikh 3 күн бұрын
Wow, this landed at exactly the time I needed it! Please make a video on deployment, especially for self-hosted deployments.
@encoredev
@encoredev 3 күн бұрын
We'll take a look! For now here's the docs: encore.dev/docs/ts/self-host/build
@JoseKoufalis
@JoseKoufalis 3 күн бұрын
I've only recently discovered encore, so far I'm impressed by what it has to offer. Looking forward to using it on a production app soon
@encoredev
@encoredev 3 күн бұрын
If you need any help, join our Discord community: encore.dev/discord
@kmmadhu1280
@kmmadhu1280 3 күн бұрын
I cannot wait to use this for building applications!!! 🔥🔥
@encoredev
@encoredev 3 күн бұрын
Go for it!
@fe_labs
@fe_labs 2 күн бұрын
I hope in the future there will have videos that collab with Nuxt.js ♥ Great video btw!
@encoredev
@encoredev 2 күн бұрын
Thanks for the suggestion!
@TSlova
@TSlova 3 күн бұрын
This is really helpful, thanks!
@aghileslounis
@aghileslounis Күн бұрын
Incredible framework! The design choices to make a very easy to use paradigm without loosing scalability are very smart! The complete opposite to "EffectTS" library 😅which makes everything 100x harder
@innovatorshome
@innovatorshome 2 күн бұрын
Hey i have a lot of my project's backend api built by the nextjs using the approuter, I recently find out Encore, How long does it takes to switch my all api to the encore. Is it worth doing so?. It will be great if encore team build some cli tool to migrate all this with in a second.
@encoredev
@encoredev 18 сағат бұрын
You could try using an LLM for that! We don't have a Nextjs guide yet, but here's one for Express -> Encore that could be helpful as a reference: encore.dev/docs/ts/migration/express-migration
@hugodsa89
@hugodsa89 6 сағат бұрын
Can we please get information on how the performance tests and charts are drawn?
@filipniklas
@filipniklas 3 күн бұрын
How does it work deploying this? Say I self-host nextjs using docker, will I need an additional container for Encore?
@kaisian4940
@kaisian4940 3 күн бұрын
I tried Encore last weekend. Compared to t3-app, I found it quite tedious. For example, I struggled with client-side API calls, particularly with adding authentication tokens to request headers. Additionally, the TypeScript type definitions don't seem to be shared between Encore and Next.js.
@encoredev
@encoredev 3 күн бұрын
Thanks for sharing! We're looking at making the frontend x backend integration more seamless. Did you use the `encore gen client` functionality to generate the api client for the frontend though? It will give you a type-safe api client to use: encore.dev/docs/ts/cli/client-generation
@jatiquep5543
@jatiquep5543 2 күн бұрын
The best news after payload 3.0 ..the future is brighter than i thought.... let me go and tell me friends who says I'm a fullstack dev but only frontend because i use nextjs 😂😂
@devhims
@devhims 2 күн бұрын
can we deploy encore backend on vercel? btw these videos are quite insightful.
@encoredev
@encoredev Күн бұрын
Thank you 👍 No, deployments to Vercel are not possible. Vercel does not support deploying Docker images.
@emirium
@emirium 3 күн бұрын
I find Encore pretty robust and want to make it my default for pretty much any backend, but, I find development experience kinda difficult with local dashboard when I update services and handlers. Dashboard (API docs) doesn't update even if I restart app from terminal
@encoredev
@encoredev 3 күн бұрын
Thanks for reporting, that's a bug! If you're able to share more details of your setup, please email us at hello@encore.dev or we can chat on Discord: encore.dev/discord
@samuelopeyemi8377
@samuelopeyemi8377 23 сағат бұрын
Does it support mongodb database?
@encoredev
@encoredev 21 сағат бұрын
Native support is on the roadmap, but you can still use mongodb as you would normally do. You just won't get any automated provisioning for local development.
@haritssyah7434
@haritssyah7434 Күн бұрын
Where can I see the source code of this demo?, I don't find it in the description
@encoredev
@encoredev Күн бұрын
I haven't uploaded this code anywhere yet but I recommend taking a look at our Encore + Next.js starter (github.com/encoredev/examples/tree/main/ts/nextjs-starter) and our Drizzle example (github.com/encoredev/examples/tree/main/ts/drizzle)
@moneyfr
@moneyfr Күн бұрын
Is there a chanel that provide Full course ?
@encoredev
@encoredev 21 сағат бұрын
There are a few tutorials in the docs: encore.dev/docs with more on the way!
@NabinKhanal-ib3uc
@NabinKhanal-ib3uc Күн бұрын
do we need to know node js to get started with encore?
@encoredev
@encoredev Күн бұрын
No, not to get started. But to get the most out of it you probably want to learn a bit about how Node.js works (the event loop, npm libraries etc.) just like if you were using any other Node.js framework. You can also use the Go version of Encore if you like, that version does not use Node.js.
@encoredev
@encoredev Күн бұрын
Also, you can join the Encore community on Discord if you want to get some help while getting started: encore.dev/discord
@greendsnow
@greendsnow 2 күн бұрын
I was using pocketbase. How do we handle oauth with this?
@encoredev
@encoredev Күн бұрын
Encore has nice support for auth flows. To do anything related to auth with Encore you add an Auth handler to you application, which acts like a middleware. All requests to auth endpoints has to pass through the auth handler. We have a few auth examples, like integrating with Auth0 and Clerk. Read more in our docs: encore.dev/docs/ts/develop/auth
@SR-zi1pw
@SR-zi1pw 3 күн бұрын
Can i put this in cloudflare we need less speed then 100ms latency
@encoredev
@encoredev 3 күн бұрын
You can deploy anywhere that supports Docker images
@stianmaurstad
@stianmaurstad 2 күн бұрын
Nice!
@wabathur
@wabathur 2 күн бұрын
How about NuxtJS
@encoredev
@encoredev 2 күн бұрын
That works equally well with Encore!
@fredzgredfred
@fredzgredfred Күн бұрын
I am waiting for a websockets support!
@encoredev
@encoredev Күн бұрын
No need to wait! Encore.ts now supports streaming APIs that use WebSockets. And when using the generated request client you even get type-safe WebSocket APIs on your frontend. Read more in our docs: encore.dev/docs/ts/primitives/streaming-apis
@Channelcustomization832
@Channelcustomization832 3 күн бұрын
Unbelievable
@codedusting
@codedusting 2 күн бұрын
Paid? I see the encore cloud
@encoredev
@encoredev Күн бұрын
Encore.ts and Encore.go are completely open source and free. When you build your project you get a Docker image that you can deploy anywhere you want, like AWS or DigitalOcean. Encore Cloud is optional and helps you to fully automates your infrastructure and DevOps in AWS & GCP.
@codedusting
@codedusting Күн бұрын
@encoredev thanks
@godofwar8262
@godofwar8262 2 күн бұрын
Sir you came as god for me here i am currently building a youtube clone project in mern stack but want to learn things more in backend thank for introducing with term like cron job and all can you create a discord server please
This magic hack makes Next.js possible
28:02
Theo - t3․gg
Рет қаралды 35 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Deno vs. Node.js vs Bun: Performance Comparison
12:28
Anton Putra
Рет қаралды 76 М.
Realtime updates with next.js, socket.io and a redis publisher
16:14
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 177 М.
go is great i hate it
14:44
SST
Рет қаралды 17 М.
What’s Up with Laravel? It’s Everywhere, and Here’s Why!
6:22
Forms with React 19 and Next.js
9:13
leerob
Рет қаралды 25 М.
You Should Use Hono in your Next Project
13:47
Syntax
Рет қаралды 24 М.
How To Use Yazi: An Awesome Terminal File Manager Written In Rust
22:05
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН