Jump to content

Recommended Posts

Posted

Hi all,

is it possible to use an html gui with autoit instead of the classic gui?

I would like to create:

- an application on a Pc (like an application server) with a DB;

- others pc could connect with this Pc on a lan network by internet explorer or firefox;

- the application can manage the data (insert, remove, show graphs, etc.).

My target is:

-the possibility to manage software (like an upgrade) only in the "application server" and all the others pc receive the application updated;

-in the future I would like to publish the application on internet by a VPN.

I think there is something like this in another languages (like ruby).

I have only an idea in my mind (it is not a job that someone requested me) but it is intriguing for me.

Please help.

Cheers.

Posted

This is possible in AutoIt, as it is in most languages supporting tcp/ip. But, due to the singlethread nature of AutoIt your application will not scale easily.

Some starting points:

DtTvB's web server,

Pangaea web server,

dhilip web server,

cyberzerocool remote web cam viewer

And just for the record, do a simple search next time. Saves the rest of us doing it for you..:whistle:

Posted

This is possible in AutoIt, as it is in most languages supporting tcp/ip. But, due to the singlethread nature of AutoIt your application will not scale easily.

Some starting points:

DtTvB's web server,

Pangaea web server,

dhilip web server,

cyberzerocool remote web cam viewer

And just for the record, do a simple search next time. Saves the rest of us doing it for you..:whistle:

Thx Uten.

I'll check...

ps: I made a search in the forum but I didn't find what I'm looking for.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...