• RESTful API with tcl

    From Manfred Rosenberger@21:1/5 to All on Mon May 29 03:03:13 2023
    I am looking for a server side RESTful API implementation providing
    GET, PUT, POST und DELETE using tcl.
    my results are not satisfactory.
    Hence the question:
    ... are there already ready approaches and implementations with tcl?
    ... and on which basis (tclhttpd, toadhttpd, wapp, ...)?
    Manfred

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Mon May 29 17:18:09 2023
    Am 29.05.2023 um 12:03 schrieb Manfred Rosenberger:
    I am looking for a server side RESTful API implementation providing
    GET, PUT, POST und DELETE using tcl.
    my results are not satisfactory.
    Hence the question:
    ... are there already ready approaches and implementations with tcl?
    ... and on which basis (tclhttpd, toadhttpd, wapp, ...)?
    Manfred

    Hi Manfred,
    thanks. I use my own implementation derived from the tclws internal web
    server (as I understand it). Post needs some additional code.
    But the difficult thing including multi-platform TLS is already there.

    Otherwise: Rivet for large scale applications.

    Take care,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)