You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ikitommi, curious if this is still relevant and open for PRs, and if this port would make the muuntaja middleware usable from node as well e.g. in macchiato/reitit.
happy to help if possible! where would you point someone looking to get started?
I think most of the code should map nicely from clj to cljc. The major differences are that muuntaja.format.json should use js/JSON instead of Jsonista, exception handling might have different types and return types (steams, bytes) might need to work differently.
Negotiating formats should be symmetric, on both server & client. Also for ClojureSript. Should run on Node too.
The text was updated successfully, but these errors were encountered: