PostgreSQL sockets from JavaScript (HTML5) -
i'm looking @ options connect directly--without web server or middleware--to postgresql server using javascript web browser client. on github, found 3 projects:
they appear in @ least active development.
do same thing? i'm looking for? have experience of them recommend 1 on others?
node-postgres inspired by postgres-js , same thing.
however, both seem own sort of middleware, because require node.js, server-side javascript implementation of web server. cut out layer, still not same thing connecting directly postgresql server.
there might way combine code in them html5 socket examples, though, make connections directly web browser client.
Comments
Post a Comment