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
Copy file name to clipboardexpand all lines: docs/components/component-saturn.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Many of Saturn's components and concepts will seem familiar to those of us with
12
12
Saturn provides the ability to drive your SAFE applications from the server. It enables:
13
13
14
14
* Routing and hosting of your server-side APIs through a set of simple-to-use abstractions.
15
-
* Hosting of your client-side assets, such as HTML, CSS and JavaScript generated by Fable.
15
+
* Hosting of your client-side assets, such as HTML, CSS and any JavaScript files generated by Fable.
16
16
* Other cross cutting concerns e.g. authentication etc.
17
17
18
18
It also integrates with SAFE to allow seamless sharing of types and functions, since Fable will convert most F# into JavaScript. In addition, you can seamless transport data between client and server using either the Fable.JSON or Fable.Remoting libraries, both of which have support for Saturn. You can read more about this [here](../features/feature-clientserver.md).
0 commit comments