This is an incredible introduction to Nuxt's server folder and related functionality. Perfect tutorial with clear and concise explanations! Thank you, Daniel!
Amazing introduction video! And I was afraid that you'd have to handle both POST and GET requests within the same function. Being able to use the method suffix in the filename is a massive win. Again, amazing talk and well done Nuxt team!
I knew I had to watch this. I was struggling with setting headers in a middleware using a h3 helper function, but this header wasn't there. Now I see I can set this header through routerules 🎉
Which pattern to use when login in a user if I want to know if the user checked the option "keep logged on"? Should I pass the value as a param to the auth api call and set a cookie when true and otherwise use a session?
This is an incredible introduction to Nuxt's server folder and related functionality. Perfect tutorial with clear and concise explanations! Thank you, Daniel!
Curious about the IDE used and the console where you can throw a url at the server to see the response, VSCode + extensions?
Yes, it's VSCode + Thunderclient.
@@treblle Thanks, looks like Thunderclient will be added to the quiver
Wow, loved the quick tutorial. Thanks Daniel.
Amazing introduction video! And I was afraid that you'd have to handle both POST and GET requests within the same function. Being able to use the method suffix in the filename is a massive win. Again, amazing talk and well done Nuxt team!
Amazing! As always, thanks a lot Daniel!
I knew I had to watch this. I was struggling with setting headers in a middleware using a h3 helper function, but this header wasn't there. Now I see I can set this header through routerules 🎉
Such a useful video, learnt a ton!
👀👀👀
Hey Alex, do you know which cli daniel uses to make the http request at 3:25?
It is HTTPie @@marcushohlbein ☺
@@marcushohlbein Looks like httpie, but i'm not sure
I am curious also what this is, did you figure it out?@@marcushohlbein
@@TarabassYup, this is it!
That's a snippet pack do you use for so fast coding?
How to set cookies in the Server endpoints so that it is shared between the server and the client?
What is the web browser you're using? Thanks.
It's Arc !
Which pattern to use when login in a user if I want to know if the user checked the option "keep logged on"?
Should I pass the value as a param to the auth api call and set a cookie when true and otherwise use a session?
How do I make my vs code look like this?
Hi Daniel, what is the client http do you use
httpie maybe ?
Wow.. thanks.. the only thing I have not figured out is how to setup socket io with Nitro/h3. I get it to work in development but not in production 😢
Hi Breezy. As far as we know, the Nitro websocket is still in development, check this out: github.com/unjs/nitro/issues/678
Crossws, part of unjs. check it out
seems it's integrated in nitro now.
Does anyone know what he is using to send the request, i mean it's so easy to work with?
He is using HTTPie in the terminal here, which is a really nice way to send API requests using the command line!
😍😍😍
What is the command line tool you are using to test the http commands on the mac? I assume you can install it with brew but not sure the package name?
okay found out it's httpie
I want you to make more videos on Nuxt 3.
Nuxt 3 is dead
@@manonamission99why you thin so?
What's the nuxt server? Could it be the best thing that will beat both, superbase and firebase
They’re not even the same thing my guy they do different things - relax, nobody wins the tech wars.
Can't see anything, I am watching on mobile.
Fullscreen on mobile works fine for me