SuaveIO / suave

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
https://suave.io
Other
1.32k stars 198 forks source link

Is there a Suave.io Elmish example? #739

Closed olawdy closed 4 years ago

olawdy commented 4 years ago

Hi!

My company is interested in adopting Suave for a custom web server backend, but I'm not sure if there is a Suave.io implementation for Elmish. Currently we have a sample web app up and running based on this example here -

https://github.com/The-Dev-Owl/dev-owl-todo-application

However, we would rather use a Suave.io backend instead of the Node backend that the current example comes with.

Please advise :)

ademar commented 4 years ago

Hi @olawdy

I have not used it myself but this may be what you are looking for.

https://github.com/Nhowka/Elmish.Bridge