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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Now you can open your web browser at the address http://localhost:18000/
63
63
1. Use a single file with URLDispatcher
64
64
2. Use multiple files in a directory layout
65
65
66
-
## Single file with URLDispatcher
66
+
###Single file with URLDispatcher
67
67
68
68
One way to run your server is to direct all requests to a single file
69
69
that runs a Wolfram Language [URLDispatcher](https://reference.wolfram.com/language/ref/URLDispatcher.html) function.
@@ -100,7 +100,7 @@ http://localhost:18000/api
100
100
101
101
For more information about `URLDispatcher` please refer to the [online documentation](https://reference.wolfram.com/language/ref/URLDispatcher.html).
102
102
103
-
## Multiple files in a directory layout
103
+
###Multiple files in a directory layout
104
104
105
105
Another way to write an application is to create a directory structure that is served by the server. The url for each file will match the file's directory path.
One advantage of a multi-file application structure is that is very easy to extend the application. You can simply place new files into the appropriate location in your application directory and they will automatically be served.
0 commit comments