Fable and Cordova, a Mobile Story

Read Time: 9 minutes

Today’s article will look at combining Fable and Cordova to make a mobile application. For those not familar with these projects, a little context may be helpful. Fable compiles F# to Javascript and Cordova facilitates mobile app development using HTML and Javascript. Throw in some Elmish, and its a party. Joining these technologies provides some unique possibilities. Specifically this is an interesting way to leverage F# for mobile development.

Read More

Building a Game with SignalR and F#

Read Time: 13 minutes

Today’s post is a brief example of how to implement a game using F# and SignalR. Creating a game for bots to play doesn’t have to be overly difficult. Since interesting emergent qualities can arise from simple rules, it makes for a fun way to show off SignalR, beyond the standard chat application. As this post will show, F# and SignalR work well together to create a nice communication framework without requiring a complex setup.

Read More