Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
WebServer
Symbols
StartWebServer
ChristopherWolfram`WebServer`
S
t
a
r
t
W
e
b
S
e
r
v
e
r
S
t
a
r
t
W
e
b
S
e
r
v
e
r
[
c
o
n
t
e
n
t
,
p
o
r
t
]
h
o
s
t
s
a
l
o
c
a
l
w
e
b
s
e
r
v
e
r
c
o
n
t
a
i
n
i
n
g
c
o
n
t
e
n
t
a
t
t
h
e
s
p
e
c
i
f
i
e
d
p
o
r
t
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
4
)
Basic Examples
(
3
)
Start a web server hosting the word "test" at
h
t
t
p
:
/
/
l
o
c
a
l
h
o
s
t
:
3
0
0
0
:
I
n
[
1
]
:
=
S
t
a
r
t
W
e
b
S
e
r
v
e
r
[
"
t
e
s
t
"
,
3
0
0
0
]
Echo request information into the notebook:
I
n
[
1
]
:
=
S
t
a
r
t
W
e
b
S
e
r
v
e
r
[
D
e
l
a
y
e
d
[
E
c
h
o
[
H
T
T
P
R
e
q
u
e
s
t
[
H
T
T
P
R
e
q
u
e
s
t
D
a
t
a
[
]
]
]
;
"
t
e
s
t
"
]
,
3
0
0
1
]
»
H
T
T
P
R
e
q
u
e
s
t
U
R
L
:
h
t
t
p
:
/
/
/
C
o
n
t
e
n
t
T
y
p
e
:
N
o
n
e
»
H
T
T
P
R
e
q
u
e
s
t
U
R
L
:
h
t
t
p
:
/
/
/
t
e
s
t
/
d
i
r
C
o
n
t
e
n
t
T
y
p
e
:
N
o
n
e
»
H
T
T
P
R
e
q
u
e
s
t
U
R
L
:
h
t
t
p
:
/
/
/
t
e
s
t
/
d
i
r
?
a
r
g
=
v
a
l
u
e
C
o
n
t
e
n
t
T
y
p
e
:
N
o
n
e
Host a website with several pages, containing APIs, forms, and dynamically-generated content:
I
n
[
1
]
:
=
S
t
a
r
t
W
e
b
S
e
r
v
e
r
[
U
R
L
D
i
s
p
a
t
c
h
e
r
[
{
"
/
a
p
i
"
A
P
I
F
u
n
c
t
i
o
n
[
"
x
"
"
S
t
r
i
n
g
"
]
,
"
/
f
o
r
m
"
F
o
r
m
F
u
n
c
t
i
o
n
[
"
x
"
"
S
t
r
i
n
g
"
]
,
"
/
i
m
a
g
e
"
D
e
l
a
y
e
d
[
R
a
n
d
o
m
I
m
a
g
e
[
1
,
{
1
0
0
0
,
1
0
0
0
}
,
C
o
l
o
r
S
p
a
c
e
"
R
G
B
"
]
]
}
]
,
3
0
0
0
]
S
c
o
p
e
(
1
)
S
e
e
A
l
s
o
S
o
c
k
e
t
L
i
s
t
e
n
"
"