Skip to content

Instantly share code, notes, and snippets.

View jskulavik's full-sized avatar

Jarrod Skulavik jskulavik

  • Colorado
View GitHub Profile
@isaacabraham
isaacabraham / suave-on-service-fabric.fs
Last active January 6, 2017 15:04
Hosting Suave in Azure Service Fabric
open Microsoft.ServiceFabric.Services
open Suave
open Suave.Http.Successful
open Suave.Web
open System.Fabric
open System.Threading
open System.Threading.Tasks
type SuaveService() =
inherit StatelessService()