Skip to content

Embedding H2o Wave App into other app frameworks? #2388

Answered by mturoci
audreyleteve asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Audrey. There are 2 different kinds of embeddings:

  1. Iframe - what you want probably. Iframes are simply "windows to other sites within a website", e.g. you can embed a youtube video in an iframe on your website. For that, you can use existing Wave, but the app needs to be hosted publicly and the embedding website will just need an iframe with a URL pointing to your app.
  2. Embed within an existing framework - Lightwave. Say you have an existing Flask, Django, FastAPI app and want to add a UI onto the same server and application code to leverage existing codebase, auth, and whatnot. This is where Lightwave comes into play as it is just a library without its own server, serving only a si…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by audreyleteve
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