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

Getting Started Suave on Heroku #737

Closed dyoshikawa closed 4 years ago

dyoshikawa commented 4 years ago

Hello.

The existing heroku tutorial looks old.

I suggest the following method.

I made the sample.

https://github.com/dyoshikawa/heroku-suave-getting-started

This is a way for developers to develop on Heroku in a simple, easy and modern environment.

I want to add this to the documentation. I will contribute if you feel good.

ademar commented 4 years ago

Hi @dyoshikawa, your contribution would be welcome 👍

dyoshikawa commented 4 years ago

@ademar Thanks for reading. I will prepare immediately.