Example of integrating DotLiquid with a simple Suave server. The snippet automatically registers all public members of a record as members that can be accessed by DotLiquid templates.
5 people like thisPosted: 9 years ago by Tomas Petricek
This looks for the first available port and starts a Suave server on the port. The function is asynchronous and returns the port once the server is started.
5 people like thisPosted: 8 years ago by Tomas Petricek
Suave.EvReact is a library for transforming URL access into IEvents using Suave. In this example it is shown how to use it in combination with evReact.
2 people like thisPosted: 8 years ago by Antonio Cisternino
A little website that lets you make CORS requests to it (update to the latest Suave version)
9 people like thisPosted: 8 years ago by vilinski
Suave.EvReact is a library for creating events from URLs using Suave. This examples shows how to combine this library and evreact to orchestrate access to URLs.
2 people like thisPosted: 8 years ago by Antonio Cisternino
Suave.EvReact is a library for transforming URL access into IEvents using Suave. In this example it is shown how to use it in combination with evReact.
2 people like thisPosted: 8 years ago by Antonio Cisternino