Re: need advice for simple web development tools - Mailing list pgsql-sql

From Adrian Klaver
Subject Re: need advice for simple web development tools
Date
Msg-id 56F9B701.2040807@aklaver.com
Whole thread Raw
In response to need advice for simple web development tools  (Michael Moore <michaeljmoore@gmail.com>)
Responses Re: need advice for simple web development tools
Re: need advice for simple web development tools
List pgsql-sql
On 03/28/2016 03:51 PM, Michael Moore wrote:
> I want to create some web page screens with postgres as the db. It is
> just for simple prototyping. I don't need scalability or high
> performance. I just want the simplest possible environment to toss up
> some quick web pages with postgres data. Hopefully no app server or
> middle tier.
> What should I be looking at?

Since you are using a database I am assuming you want the pages to be at 
least somewhat dynamic e.g. respond to user input. If this is the case 
that would tend to point to some sort of middle tier to negotiate 
between the Web server and the database.

So some questions:

1) What exactly are you trying to achieve in terms of interaction 
between the user and the data?

2) What language(s) do you want to work in?

> Thanks,
> Mike


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-sql by date:

Previous
From: Michael Moore
Date:
Subject: need advice for simple web development tools
Next
From: Steve Midgley
Date:
Subject: Re: need advice for simple web development tools