#Functional Web

6 writings

Reactive Chat application using ServiceStack and Fable in F#

This FSAdvent 2017 post demonstrates how to create a real-time chat application using ServiceStack and Fable in F#, showcasing a unique take on the SAFE stack. The author explores why these frameworks were chosen and highlights the flexibility of .NET Core across different operating systems and editors.

18 min read 3,422 words

SignalR + Nancy with F# hosted on Azure

Discover how to combine SignalR, Nancy web framework, and F# programming language for building real-time applications on Azure. This technical guide walks through setting up Nancy on OWIN, configuring bootstrapper classes, and integrating SignalR for seamless bi-directional communication.

5 min read 824 words