Hello! To the entire Bubble community
I’m sharing what I’ve been working on. I had a problem that I can’t use the desired Node.js bibliotoken in the server side of Bubble. Although there is a plugin to run Node.js (Toolbox). But the problem is that there is no way to corrupt the libraries. And if you make a separate plugin and connect the library there, the library is not visible in the Server Script action (Toolbox).
Today sat down at the computer to solve this problem and find a way around it all the same.
Instructions.
You need to copy the functionality of running Node js in the Toolbox plugin. And create your own separate plugin to run Node js.
After we have copied it, we need to connect libraries to this function.
Then go to the server side of bubble and find your action and run it and that’s it
Thanks to those who appreciated my work
This way you can connect any number of libraries and write code on Backend Bubble rather than in the plugin itself.
Used library on the example