Platform
Resources
Pricing
Sign in
Get started
Endpoint Services
Extending Observable to the backend with a custom serverless runtime. Innovative live-coding workflows against production traffic.
Workspace
Fork
Published
By
Tom Larkworthy
Edited
Mar 23, 2021
Insert cell
Insert cell
terminal_ua
=
deploy
(
"terminal-ua"
,
async
(
req
,
res
)
=>
{
res
.
send
(
req
.
headers
[
'user-agent'
]
)
}
,
{
modifiers
:
[
"terminal"
]
}
)
Insert cell
external_ua
=
deploy
(
"external-ua"
,
async
(
req
,
res
)
=>
{
res
.
send
(
req
.
headers
[
'user-agent'
]
)
}
,
{
modifiers
:
[
"external"
]
}
)
Insert cell
import
{
deploy
}
from
'@endpointservices/serverless-cells'
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
terminal_ua
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
external_ua
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML