re-web icon indicating copy to clipboard operation
re-web copied to clipboard

Experimental web framework for ReasonML & OCaml

Results 8 re-web issues
Sort by recently updated
recently updated
newest added

Adding with `opam pin add re-web` produces the following: ```sh ❯ opam pin add re-web https://github.com/yawaramin/re-web.git Package re-web does not exist, create as a NEW package? [Y/n] y [re-web.~dev] synchronised...

While I was looking for the error that I had yesterday where some messages didn't arrive, I as that you use `Lwt.pick` here: https://github.com/yawaramin/re-web/blob/4a8bce346627613694a26f7d38773d251fc106fb/ReWeb/Server.ml#L92 I'm wondering if that shouldn't be...

It may be possible to link the ReWeb server in as a 'plugin' to the running executable, and dynamically update and link in a new one when it's recompiled. See...

Most likely `logs` since it's already in the transitive deps. - Set up a source builder functor like in https://gist.github.com/anmonteiro/3b3fd4810dc6481eb662b1e4675a5e36 - (Maybe?) set up a custom reporter without newlines as...

Using ocaml-graphql-server

enhancement

Using https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#hmac-based-token-pattern

enhancement

Like Phoenix LiveView, concur-replica, etc.