Jump to content

Building a desktop application


brianlange

Recommended Posts

I would like to build a desktop application that publishes to the web. What programming language do I need to use? Java? Can php do this? I want to build a online forum. There'll be a php html version on the web but I want users to be able to interact with a desktop app.

 

Thanks,

 

Brian

Link to comment
https://forums.phpfreaks.com/topic/220672-building-a-desktop-application/
Share on other sites

Cappuccino is just a web framework that implements some fancy javascript by the looks. Nothing that can't be doen with any other web framework. It doesn't actually build desktop applications.

 

Anyway, a desktop back end to a website would be achievable in any of the general desktop languages java, C# whatever. You'll just need to ensure that your actual web application provides an api.

 

What language is best? What languages do you know?

  • 3 weeks later...

You can use PHP with Appcelerator's Titanium Desktop. You can create a native OS window with native menus. Everything inside the window is drawn with HTML and CSS. An API is provided that lets you interact with the OS (files, processes, database, network, notification etc).

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.