Skip to content

How to pass data to the frontend (Missing docs?) #616

Closed Answered by kitsonk
clement-or asked this question in Q&A
Discussion options

You must be logged in to vote

Oak is an http server framework, completely unopinionated and agnostic to what goes into a response.

A common pattern for sending data over HTTP would be to create RESTful services on the server, but this is only one approach to sending data to the client, of which oak has no direct opinion about how that is accomplished.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kitsonk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #615 on August 09, 2023 01:46.