A full tutorial would be amazing! Especially digging into the RPC stuff
@sunsande5 ай бұрын
1+ please full tutorial(s!)
@kyngcytro5 ай бұрын
I'd even settle for a repo
@tekne99475 ай бұрын
1+
@amirhoseinbagheri19995 ай бұрын
yes CJ, a full tutorial (including Drizzle and the RPC stuff) sounds amazing! please and thank you 👍
@DrDrero5 ай бұрын
I have contributed to get Hono as an adapter for NestJS. Finally it arrived!
@rujor5 ай бұрын
I've been waiting for that for years 🎉. Link to some docs 🤩?
@thedelanyo5 ай бұрын
The good thing about these episodes is how precise and concise they're. Tasty treats, indeed 😅😅
@dalanxd5 ай бұрын
Oh, this is amazing, thank you so much. Please let's go for a full tutorial 🎉❤❤❤
@prometheas5 ай бұрын
Really fantastic, concise, info-packed, and well-paced walk-through. Massive props.
@justBCheung5 ай бұрын
Thank you for this breakdown! Was planning to use hono and drizzle for my startup and this video made me super excited to start using them!
@fabulousgamer22934 ай бұрын
Heyyy...will the startup repo be open-source???
@erikslorenz5 ай бұрын
Literally moved an app from express to hono today. Wanted to have a simple admin dashboard so being able to use jsx as templating is nice
@StingSting8445 ай бұрын
How do you enhance it if there is a need complex client side state? Web components or react?
@erikslorenz5 ай бұрын
@@StingSting844 That's the trick. I don't have complex client side state because nearly 0% of apps have complex client side state.
@AaronLippold4 ай бұрын
+1 on the deep dive - this seems like a great pattern
@andystevenson63365 ай бұрын
Excellent as always. I use Hono already but a deeper dive would be an awesome tutorial.
@pranjalagnihotri60725 ай бұрын
Full tutorial will be definitely nice. Extremely fast way of building + shipping API during hackathon xd
@jarmanjjj5 ай бұрын
Would love a full tutorial, thanks! 🙏
@ThomasLockney5 ай бұрын
+1 on the full tutorial!
@barbarojaviervalmasedavazq971320 күн бұрын
Ok I've just discovered this today, so I need to go deeper on it right now, so will be nice to see a tutorial of it. However the docs looks pretty good
@Kevin-hk4fv5 ай бұрын
Full tutorial with Svelte would be awesome!
@cristobal145 ай бұрын
Would love to see a dive deep with real examples of this! :D
@MrSonicastra5 ай бұрын
I would like to see more of Hono! 😉
@ahmedjaber85955 ай бұрын
Fastify: Why do you guys keep ignoring me?
@RogerDearly5 ай бұрын
The best one in nodejs ecosystem so far.
@limpep5 ай бұрын
They ignore us because it's too complex for 99% of these script kiddies
@GamerSharp5 ай бұрын
Complex !== good @@limpep
@Intervampir5 ай бұрын
@@limpepAn idiot admires complexity
@Liam-ey2gs5 ай бұрын
At first glance Hono's Zod support seems far better, makes TS dev a lot easier
@irfanabdnst5 ай бұрын
Amazing.. I used express with express-zod-api library before.. It has great dx like trpc and well integrated with openapi.. now I think I can move to hono.. I can’t wait to see a tutorial video for this.. thanks
@AbdulRehman-rb6jo5 ай бұрын
Full tutorial with NestJS will be awesome.
@alexnahas29075 ай бұрын
The DX of this stack is really unparalleled at the moment for typescript monorepos. Elysia is great too but hono is just so much more promising in terms of runtime support. I've really enjoyed running it in a service worker for my PWA. The only downside is the openapi support is a bit second class at requires more boilerplate then something like fastify. hopefully they find a way around this
@iuliancarnaru9545 ай бұрын
A full tutorial would be amazing!
@LekkyDevКүн бұрын
Thanks CJ.
@_techbk5 ай бұрын
Wake up lads, a new video by CJ 🔥
@amined8015 ай бұрын
we would love to see the full tutorial, i appreciate your amazing work
@davlewis20115 ай бұрын
definitely onboard for a full tutorial.
@infitates45005 ай бұрын
I tried hono some time ago and the experience was really positive, the only problem i have with building traditinonal frontend + backend apps is that deployment is (atleast for me) much more trouble than something like nextjs.
@leonelmira31243 күн бұрын
SSR is more harder for me , spa + back is more easier for me
@amidaobscura2 ай бұрын
Nice video! Started with Hono myself but in a Cloudflare environment. One questions: how would you share the api definition to the frontend client generator if the frontend and backend are 2 different codebases / repos?
@PedroSousaWebDev5 ай бұрын
full guide would be amazing
@ekekw9304 ай бұрын
When is the full tutorial coming out?
@radivalente5 ай бұрын
Hello, really nice introduction to Hono. Is it possible to view the whole code of this example somewhere? I would much appreciate. Really good work from you as always. Love your tutorials :-)
@syntaxfm4 ай бұрын
I'll be publishing a full tutorial and will make the source code available soon™️
@radivalente4 ай бұрын
@@syntaxfm Thanks for the reply :-) This is pretty good news. I am really looking forward to. Thumbs up and again you are amazing, keep pushing ;-)
@sebastiangrede17285 ай бұрын
Full tutorial would be fantastic
@gryg6665 ай бұрын
I'd love to see the repo for the code you show! I've tried to do something similar as you, but I'm missing a few points that I'd like to see how you solved.
@asadmehboob13005 ай бұрын
Please lets go with full stack tutorial
@nagyszabolcs94515 ай бұрын
This looks great! Thank you for the video! 😁 Could you provide a repository for this project? I'm really interested in the helper types to be able to have handlers types
@georgemwaniki5 ай бұрын
Please do a full tutorial including database stuff and security
@armandsalle84475 ай бұрын
Hono is fire🔥I've never use a better router, the native RPC is awesome too
@tiagoagm3 ай бұрын
Very nice tutorial. Do you have a github repo for this?
@syntaxfm3 ай бұрын
Yes! Checkout the full walk-through here: kzbin.info/www/bejne/qX_LaoOlgp6mi6c And the code here: github.com/w3cj/hono-open-api-starter
@lazyh0rseАй бұрын
Good, but how am I gonna integrate this with nextjs? I would remake the whole auth and everything from the ground up in hono, not to mention it will be a separate process from nextjs. At this point using something like python or go is much better choice.
@codeman99-dev5 ай бұрын
Express has typed parameters too? It's a little more verbose, but it is there. I really hope there's more here. I really do *not* love all of the middleware is built in. The more built in there is, the easier it is to accidentally create a walled garden. Express itself moved away from built-in middleware for exactly that reason. OK, the drizzle stuff is really cool. Though to be fair, I still have yet to touch drizzle. So far just developing vicariously through you :)
@RatulMaharaj5 ай бұрын
Hono is cool, would also recommend trying out Elysia!
@fullstackninjas5 ай бұрын
Hono with lucia auth and turso db is good tech can u pls do the full video svelte in frontend.. Tks
@salman0ansari5 ай бұрын
I have used hono before its such a great package idk why people still use express
@Loige5 ай бұрын
Hono is super interesting :) Just curious to know if you have also tried Fastify and if you have compared it with Hono and Express... It might be a good topic for another video, maybe! Anyway, thanks for the always insightful content, CJ! Keep it coming!
@codefinityАй бұрын
Any perspectives on Fastify?
@aberbaCodes5 ай бұрын
Hey CJ, why do you prefer text over varchar in your drizzle schemas? Isn't text inefficient?
@w3mw3 ай бұрын
where can I deploy a next js app with hono in best case and for best price? :D
@arvi88434 ай бұрын
Did you manually type the drizzle part of the video or is there some codegen like in kysely where you supply db and it generate typings?
@syntaxfm3 ай бұрын
I wrote that schema myself, but drizzle does support this: orm.drizzle.team/docs/drizzle-kit-pull
@combatninjaturtle5 ай бұрын
Full tutorial please
@sureshmutluru45325 ай бұрын
Waiting for a full tutorial
@adenaziz36005 ай бұрын
you should also try elysiaJS
@prashlovessamosa5 ай бұрын
CJ please make a full tutorial please.
@rtorcato5 ай бұрын
where is the code for this demo?
@elierh4425 ай бұрын
Full tutorial please!
@DavidSoards5 ай бұрын
would you share the repo for the OpenAPI-Demo 🙏 ?
@Roronoa-Zoro-Wado5 ай бұрын
hono or trpc? They both kinda solve the same problem when it comes to end to end type safety
@Deus-lo-Vuilt3 ай бұрын
wow
@iatomic_14 ай бұрын
Can u share your custom types like the AppBindings and AppRouteHandler pls, or if someone else has written it
@syntaxfm4 ай бұрын
You can see these types here: gist.github.com/w3cj/232edf0eee11d7be7be01cc3facc134f I will be publishing a full tutorial and code example later this week.
@dawid_dahl5 ай бұрын
I’ll stick to Nest, thanks.
@syntaxfm5 ай бұрын
What do you like more about nest?
@yoskokleng36583 ай бұрын
What do u think about elysia js?
@syntaxfm2 ай бұрын
Looks great, but it only works with Bun.
@nixoncode5 ай бұрын
Syntax stole my favorite streamer
@enic-ma5 ай бұрын
I would like the full tutorial
@thelliez5 ай бұрын
Support for proxying?
@olehmikadze36535 ай бұрын
fastify?
@jaymartinez3115 ай бұрын
A full tutorial please but not with to many bells 🔔 and whistles. More let’s say vanilla hono with typescript. So we can see what hono can do on its own.
@theintjengineer5 ай бұрын
Ahem. I like Elysia.
@tangsi7213 ай бұрын
I thought you were taking about You Should Use Hono in your NextJs Project, i didn't notice it is Next not NextJs until I finished all the video😂😂 But hey, seriously, how do I use hono in my nextjs Project? because if I use hono in nextjs, nextjs server becomes a joke, but if I skip nextjs server, the whole nextjs thing becomes a joke🤣🤣
@syntaxfm3 ай бұрын
Hono has a section in their docs that shows how to add a catch all api handler with hono: hono.dev/docs/getting-started/vercel#_2-hello-world
@eugene6843 ай бұрын
What about Encore?
@syntaxfm3 ай бұрын
Looks interesting, but doesn't have an RPC client (requires code generation), built in data validation is minimal right now and the API / syntax is very different from express. I like how similar hono is to express but with added type safety.
@paca31075 ай бұрын
you should use go lang in your next project*
@syntaxfm5 ай бұрын
Why go lang?
@paca31075 ай бұрын
@@syntaxfm very good performance, nice dx and great std library make this language imo perfect for the servers.
@xzex26092 ай бұрын
MERN lost its vowel MHRN
@yassine-sa5 ай бұрын
The title is misleading
@yassine-sa5 ай бұрын
*that’s a joke
@MatDGVLL5 ай бұрын
+++
@Maks-fc7kv4 ай бұрын
Fastify. Or pure node. There no better choice. Hono seems interesting but fastify much more powerful. Express sucks all its life. Never used this sh*t.
@syntaxfm3 ай бұрын
Fastify has been around longer, but hono is very promising.