Build an Web App Based on OpenNebula

HI,

I open this topic. To discuss about the best thing to use to build an web app using the API XML-RPC.

I’m actually finding some trouble with node.js.

Would it be a good idea to go on ruby on rails or django to manage both back and front with the binding of the API XML RPC itself made by opennebula

Thanks for your answer, it will help me a lot in my development.

You can take a look to the Sunstone implementation. It is using a light web framework in Ruby (Sinatra). Maybe you can base your code on that.

The backend code is in here:

The classes wraps the ruby XML-RPC binding with JSON documents for convenience.

Good Luck!

1 Like

Actually i already have a back in node.js and a front in vue.js.

I guess i will have to learn first XML-RPC. And use it with my back to understand how it works.

And then use it with the API XML-RPC of Open Nebula. And manage my own binding to trully understand.

If it’s to hard i will go back to the API already made by opennebula for ruby and python.