JSPyBridge
JSPyBridge copied to clipboard
How to deploy JSPyBridge in IIS server. Is shows timeout accessing **"Need NodePatches"**
Hi, I was doing a project in Django Rest Framework. I needed a package that available in NodeJS but i can't switch to Node so i was completed the work with the help of Javascript Pypi (JSPyBridge). its working perfectly without any error in local but after the deployment in IIS server it shows timeout accessing "Need NodePatches" after sometime it shows timeout accessing "console". I don't know why this error is happening in IIS server. Please any one help to fix this issue. Thanks in advance
I also faced it was due to lack of RAM and CPU which causes it to timeout.
- Ensure you have sufficient RAM and CPU
- Ensure you have nodejs Thanks