just a random question from a newbie
Unanswered
Chestnut-sided Warbler posted this in #help-forum
Chestnut-sided WarblerOP
I've just done a course where we learnt how to use an express server, how is the next.js server different from an express server and will adding secret_keys to a directory with
use server
mean people can't see my secret key. Also I'm kinda guessing next.js uses express under the hood but I can't really understand what actually happens when you write use server
at the top of the page2 Replies
Chestnut-sided WarblerOP
can I run the server like a node server ie npm run server
cos don't you need to run the server and the client side stuff separately ?