Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

79
Visualizações
Should web apps be embedded in pages on websites?

I'm new to web apps and trying to wrap my head around how they fit into a website, or if they entirely take the place of a website.

Currently I have a website that is simply a server that serves static HTML pages, with some JS embedded in. This works fine, but is kind of janky for more interactive components, where my JS is doing a lot of destroying and creating HTML elements dynamically. I would like to replace these pages of my website with web apps, which I can write in a more type-safe language (like Rust) that compiles to WebAssembly. Can I then embed this compiled web app on my website page?

Is this something regularly done in web development? I may be entirely getting the role of web apps wrong here, but it seems that this use case would be a good fit. If so, how would this normally be done? With a <script> tag?

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

I think you should use an <iframe> tag to hold your web app
This will not affect the parent code
For example:

<iframe 
    srcdoc=`
        <html>
            <body>
                <p>Hello World</p>
            </body>
        </html>
`></iframe>

Is that what you want?

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda