- May 5, 2001
- 475
- 0
- 76
Hi Folks,
Been a long time since I stomped around here. I was wondering if anyone could recommend the best web language, free/open source, for producing a rapid prototype application for a demonstration to my senior leaders. The environment I work in is a Windows environment, with no local administrator rights. Now that is a partial limitation, as I could host the prototype on a digital ocean droplet if required.
I have the database, content loaded, created in both sqlite3 and microsoft access.
I am looking for something that I can learn quickly enough to produce a simple webpage with a textbox for data entry, which would be part of the where clause in the query to the database and update the results (on same page) accordingly. Almost identical to how the "search" works here https://hackr.io/. My application would pull product lists back instead of tutorial like this example site.
I was considering flask, as I have python3 with flask installed at work. Just wondered if there was another option.
Thanks in advance for any suggestions.
Been a long time since I stomped around here. I was wondering if anyone could recommend the best web language, free/open source, for producing a rapid prototype application for a demonstration to my senior leaders. The environment I work in is a Windows environment, with no local administrator rights. Now that is a partial limitation, as I could host the prototype on a digital ocean droplet if required.
I have the database, content loaded, created in both sqlite3 and microsoft access.
I am looking for something that I can learn quickly enough to produce a simple webpage with a textbox for data entry, which would be part of the where clause in the query to the database and update the results (on same page) accordingly. Almost identical to how the "search" works here https://hackr.io/. My application would pull product lists back instead of tutorial like this example site.
I was considering flask, as I have python3 with flask installed at work. Just wondered if there was another option.
Thanks in advance for any suggestions.