Re: RPC via WebSockets.

2020-01-17 Thread Dmitry Igrishin
links! > On Fri, Jan 17, 2020 at 13:18 Dmitry Igrishin wrote: > >> Hello! >> >> Who needs to talk to Postgres right from a WEB-browser via WebSockets? >> For example, conveniently call storable functions/procedures? >> >> Yes, i know about PostgRE

Re: RPC via WebSockets.

2020-01-17 Thread Nikolay Samokhvalov
example, conveniently call storable functions/procedures? > > Yes, i know about PostgREST. But I want to focus on RPC via WebSockets > without all these REST or "give me contents of that table by this URL" > stuff... > > I'm thinking about writing an application wh

RPC via WebSockets.

2020-01-17 Thread Dmitry Igrishin
Hello! Who needs to talk to Postgres right from a WEB-browser via WebSockets? For example, conveniently call storable functions/procedures? Yes, i know about PostgREST. But I want to focus on RPC via WebSockets without all these REST or "give me contents of that table by this URL" stu