Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6904355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:03:04+00:00 2026-05-27T08:03:04+00:00

I want to create a local application that has a browser-based UI rather than

  • 0

I want to create a local application that has a browser-based UI rather than a stand-alone GUI based on MFC / Qt / etc. If I don’t want to run a webserver on the local machine, how can I implement the dynamic parts of my app? Can the browser be pointed to local scripts, executables or libraries on the machine? Can I use a local database directly> What pitfalls are there with this approach?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:03:05+00:00Added an answer on May 27, 2026 at 8:03 am

    Yes it is, but with limitations. The main limitation is that you can’t do any CGI stuff because the browser will open and display your script source code instead of executing them. This has several implications:

    1. You can’t connect to a database. This makes it difficult to do common stuff like storing states and user data.
    2. You can’t set Content-type. This means you can’t do any fancy XML stuff like serving SVG files or use XML in XMLHttpRequest.
    3. You can’t generate dynamic images (with ImageMagick or GD). Although with HTML5 you can do it with the canvas.
    4. You can’t read or write to the file system. Again this limits your ability to save data. But it can be done with correct user permissions (more on this below).

    But there are workarounds. HTML5 allows you to store data in local storage but obviously this won’t work in older browsers. You can store data in cookies instead but that has size limitations. Finally you can actually save to file. You have to instruct your users to modify their browser preferences to allow your script to do this but it can be done. One example of this is TiddlyWiki. It is a self-contained personal wiki in a single HTML file. Every time you save new content the page modifies and saves itself. You may want to look at how they do it for inspiration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use Qt to create a simple GUI application that can play
I want to create a windows form application that will sit on our local
I'm develloping an android application that has a local database which synchronizes whith an
In my application an User has many Projects . I want to create a
I want to create an application that can give me a description of all
I have a windows service application that runs as Local System, and I want
I want to create a SQL Server Express database on my local machine and
I essentially want to spider my local site and create a list of all
I want to create a Java application bundle for Mac without using Mac. According
I want to create a function that performs a function passed by parameter on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.