For backed logic i am using Python and for frontend using javascript ,
Can i use Nodejs for backend ?…
For backed logic i am using Python and for frontend using javascript ,
Can i use Nodejs for backend ?…
No you cant
Are you sure?
Your question is “Can I use Node.js in Frappe” and the answer is no. Frappe is python native.
Ok,
Thanks bro..
What’s the specific use case you’re looking to solve with Node? There’s almost always a Pythonic way to do what you need.
Not a mandatory case for me just i want to use javascript single langauge for front end as well as backed ..
But i am not sure Node js will work in frappe or not so for confirmaton i want suggest of you all ..
Yamen is correct, you can’t use nodejs IN frappe but you can use it alongside, if it is what you mean. You’ll have a standalone nodejs service that communicates with frappe.
thanks ahassoun
Frappe contains node.js for the realtime services of Frappeframework.
If it can be used for other stuff, is another question, look at the source if you feel like exploring.
If you use a docker based setup, you also need to see if you need to create a pathway to another port or not.
okay, Thanks Peer