ghcjs / jsaddle

JavaScript interface that works with GHCJS or GHC
116 stars 62 forks source link

Expose jsaddleJs in jsaddle-warp (or debugWrapperWithApp) #49

Closed zarybnicky closed 6 years ago

zarybnicky commented 6 years ago

Combining a jsaddle app and a backend Haskell server is possible (e.g. https://gist.github.com/3noch/ee335c94b92ea01b7fee9e6291e833be), however autoreload functionality, as exposed via debug and debugWrapper, is currently unavailable without forking jsaddle-warp and exposing jsaddleJs manually.

(I'll try and add a pull request during the week when I get around to that.)