Hi,
I'm using a cloud development platform (Gitpod) and it automatically
creates proxy from public URL to localhost, so you can develop a web
application from cloud and see the result. I'm trying to run cljs REPL, but
it fails to connect because it tries to connect to the REPL on
`localhost:90
>> ...is intended for use with Ring middleware, HTTP servers...
>
> sorta made me think it wouldn't work in a non-web app.
>
Understood.
One of the coolest things about bidi is that it's just functions that
operate on data.
Nothing ring, web, or http specific going on here:
> (require 'bidi.bi
Bidi probably would work fine for what you want, but I'll also second the
reitit suggestion.
On Wed, Apr 21, 2021 at 4:54 PM Harold wrote:
> >> ...is intended for use with Ring middleware, HTTP servers...
> >
> > sorta made me think it wouldn't work in a non-web app.
> >
>
> Understood.
>
> One