cross platform multi user cloud based software

Can i make a cross platform multi user cloud based software? Basically to have a company, and then have users in the company, that are able to view objects in the company, and users can contribute to the objects by making new or adding. Any links to tutorials will be really helpful, thank you

Yes, look up Xojo Web Apps.

But is it possible within a desktop application? But thanks for a reply

It’s possible, but I’m not aware of any existing tutorials that will walk you through it.

The documentation is available at https://documentation.xojo.com and you’ll want to use a namespaced framework HTTPSocket instead of the classic one, that can be found here: http://developer.xojo.com/xojo-net-httpsocket

There’s also a manual that comes with Xojo that teaches you the ins and outs of using the IDE, the language, and the features within. You can find that in the Documentation folder next to your installation of Xojo. There’s also a folder full of example projects next to your Xojo install called “Example Projects”. These help when you don’t intend to reinvent the wheel, but they’re not fully fleshed out solutions.

Of course, you can always hire a consultant if you need it done fast.