Today I continue the MQTT server series by expanding capabilities to include Publish and Subscribe packets. This will build upon the previous F#-based server foundation.
Building an MQTT server in F# - Part 2
Read Time: 27 minutesBuilding an MQTT server in F# - Part 1
Read Time: 7 minutesF# isn’t often mentioned when discussion turns to writing a server. But it is a more than capable language to accomplish such tasks. Honestly, what it brings to the table is an asset in comparison to other languages and should be considered more often. Beyond the language are supporting capabilities, like Kestrel, that become a huge resource when venturing down this path. In this series of posts I’ll use MQTT as an implementation case study.