Can I use Python inside next.js API
Answered
Rhinelander posted this in #help-forum
RhinelanderOP
I am trying some stuff that are easier to do in Python than Javascript. Could I write Python code that does certain tasks inside "/api" in my Next.js?
3 Replies
Madeiran sardinella
Answer
RhinelanderOP
Is there more next.js specific? This is usefull but as far as i can remember next.js has its own way to do that
no next.js doesn't have any way to do that. you are probably looking for https://vercel.com/docs/functions/runtimes/python but that is vercel-specific