#
Getting started with WebSharper
The following examples demonstrate key concepts that help you get up to speed with WebSharper. You can use these as a roadmap to learn the fundamentals of WebSharper, before going into the rest of the documentation.
Hello world - a simple web application that responds "Hello World". Learn how to return different content, such as files, JSON, or error codes from your sitelet endpoints.
Single-page applications - learn how to reduce/eliminate HTML from your F# code using strongly-typed, isomorphic templating.