You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>SAFE is a technology stack that brings together several technologies into a single, coherent stack for type-safe, flexible, web-enabled applications that are written wherever possible in F#, thus allowing you to reuse your existing skill set as much as possible.</p>
23
+
<p>SAFE is an application development stack that brings several technologies together into a single, coherent stack for
24
+
type-safe, flexible, web-enabled applications that can be written almost entirely in F#.</p>
<p><ahref="https://azure.microsoft.com">Microsoft Azure</a> is a growing collection of integrated cloud services that developers and IT professionals use to build, deploy, and manage applications through our global network of datacenters. With Azure, you get the freedom to build and deploy wherever you want, using the tools, applications, and frameworks of your choice.</p>
<p><ahref="http://fable.io/">Fable</a> brings all the power of F# to the JavaScript ecosystem. Enjoy advanced language features like static typing with type inference, exhaustive pattern matching, immutability by default, structural equality or units of measure, and let the compiler catch the bugs for you before they ever get into runtime.</p>
<p><ahref="https://fable-elmish.github.io/elmish/">Elmish</a> implements core abstractions that can be used to build Fable applications following the “model view update” style of architecture, as made famous by Elm</p>
<p>The SAFE stack provides developers who are already enjoying the benefits with functional programming, and in particular F#, with a flexible stack that provides complete end-to-end solutions for your web-enabled applications using popular and widely-used technologies.</p>
66
-
<p>For those developers who are not familiar with functional programming, or are .NET developers who have not taken the leap to F#, SAFE provides a coherent stack that will get you up and running as quickly as possible whilst leaving you safe in the knowledge that there's a community out there that can support you whilst you upskill.</p>
67
-
</header>
68
-
</div>
69
-
</section>
70
-
71
-
<!-- Four -->
72
-
<sectionid="four" class="wrapper style3 special">
29
+
<!-- Three -->
30
+
<sectionid="four" class="wrapper style2 special">
73
31
<divclass="inner">
74
-
<headerclass="major">
75
-
<h2>A flexible stack to suit your needs</h2>
76
-
<p>Whilst the SAFE stacks recommends a number of specific technologies for you to use, it does not lock you in to any of them. Indeed, the goal of the SAFE stack is simply to provide a basic template of core technologies which take advantage of the benefits that F# provides as widely as possible within your stack</p>
77
-
</header>
78
32
<ulclass="features">
79
-
<liclass="icon fa-server">
80
-
<h3>Server-side web</h3>
81
-
<p>Use Suave to create applications that favour a functional-first approach for servicing HTTP requests</p>
<p>Seamlessly share F# between client and server. Create domain models that exist on client and server without having to worry about
48
+
serialization, or create validation logic that can run in both browser and server - no need for expensive round trips for validation in the browser.</p>
93
49
</li>
94
-
<liclass="icon fa-code">
95
-
<h3>UI Rendering</h3>
96
-
<p>Use Elmish as an client-side application framework to handle UI interaction</p>
97
-
<p>Alternatives - HTML + JQuery, <ahref="https://angularjs.org/">AngularJS</a> etc.</p>
50
+
<liclass="icon fa-fighter-jet">
51
+
<h3>Rapid development cycle</h3>
52
+
<p>Get results - fast. With full support for .NET Core, including flexible cross platform templates, and cutting-edge
53
+
features like hot module reloading, you can start creating full-blown applications quicker than ever before.</p>
98
54
</li>
99
55
</ul>
100
-
<headerclass="major">
101
-
<h2>Retrofit to your existing stack</h2>
102
-
<p>Since SAFE doesn't force you to write your entire stack with it, you can easily work with an existing stack and port parts of your application as needed.
103
-
<ul>
104
-
<li>Working with an external team that manage your client-side code? No problem - just use Suave and Azure for your back-end services.</li>
105
-
<li>Already using ASP .NET Web API for your server-side components? That's fine - F# through Fable boils down to easy-to-read, high-quality Javascript!</li>
106
-
<li>Want to still use raw SQL rather than an ORM to generate it for you? F# has you covered, with type providers that still give you type safety at the SQL level.</li>
107
-
</ul>
108
-
</p>
109
-
</header>
110
56
</div>
111
57
</section>
112
58
113
-
<!-- Five -->
114
-
<sectionid="five" class="wrapper style2 special">
115
-
<divclass="inner">
116
-
<headerclass="major">
117
-
<h2>How do I get started?</h2>
118
-
<p>There's an excellent sample <ahref="https://t.co/OVJkvNHW9j">SAFE Bookstore</a> that you can use as a basic template; it uses Suave and Fable to create a reactive application running in the browser. Over time, we'll be adding more fully featured applications that can also run on Azure as well as using other technologies that fit within the aims of SAFE.</p>
119
-
</header>
120
-
</div>
121
-
</section>
122
-
123
-
<!-- Six -->
124
-
<sectionid="six" class="wrapper style5 special">
125
-
<divclass="inner">
126
-
<headerclass="major">
127
-
<h2>Who can I turn to for guidance?</h2>
128
-
<pstyle="text-align: left"><ahref="https://compositional-it.com">Compositional IT</a> are experts in designing functional-first, cloud-ready systems, offering consultancy and support, training and development. Run by an F# MVP and well-known member of the .NET community, they are dedicated to raising awareness of the benefits of both functional programming and harnessing the power of the cloud to deliver high-quality, low-cost solutions.</p>
129
-
<pstyle="text-align: left"><ahref="http://lambdafactory.io">Lambda Factory</a> is a consulting company specializing in designing and building complex systems using Functional Programming languages such as F#, Elm and Elixir. It also offers help with introducing functional programming and open source driven development to the organization, as well as trainings, workshops and mentoring. Founded by open source contributor and well-known member of F# Community, Lambda Factory has been committed to supporting F# Community and helping it grow.</p>
130
-
<pstyle="text-align: left">The F# Community - The SAFE stack was written largely by the community as open source projects, such as Suave, Fable, Elmish (as well as the alternative elements within the stack). All those teams are always happy to contribute and help out. </p>
131
-
<pstyle="text-align: left"> You can also reach out to the SAFE team on <ahref="https://twitter.com/safe_stack">@safe_stack</a> or on the regular F# channels on Slack: either the <ahref="https://fsharp.slack.com/">official F# Foundation</a> or on the <ahref="https://functionalprogramming.slack.com">Functional Programming Slack</a>. We'll be expanding this over time. </p>
132
-
133
-
</header>
134
-
</div>
135
-
</section>
136
-
137
-
<!-- CTA -->
59
+
<!-- CTA -->
138
60
<sectionid="cta" class="wrapper style4">
139
61
<divclass="inner">
140
62
<header>
141
-
<h2>What's next?
63
+
<h2>Getting started
142
64
</h2>
143
65
</header>
144
66
<ulclass="actions vertical">
145
-
<li><ahref="https://compositional-it.com/blog/2017/09-22-safe-release/index.html" class="button fit special">Read more about SAFE</a></li>
146
-
<li><ahref="https://github.com/SAFE-Stack/SAFE-BookStore" class="button fit">Getting started sample</a></li>
0 commit comments