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

174
Visualizações
Migrating to Meteor/React

Does anyone know of any resources available for Meteor that can help load large (20MB-80MB) assets for (mainly) offline use?

My current development is completely in Vanilla JS (on the client side) and I'm considering building a Meteor/React version for performance and for practice. Currently my app operates both online and offline and syncs data when a connection is present with a MongoDB database. It also initially dynamically loads large assets into IndexedDB for offline use (actually the view layer only communicates with the local database). The whole system uses WebSockets to transport all data aside from the initial load. The transportation of the large assets is loaded steadily through the socket so it takes a while, but that data can be downloaded and paused and restarted essentially.

Is there something out there that handles something like this already? Or is there a better way to download large data files and install them in a local database? It could be a JSON file, but my fear of doing something like that it would crash the user's browser trying to load all that data at once. Any direction or advice would be much appreciated. Thanks.

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

As what I can understand, you are trying to build a web application that could works offline. In that case, Progressive Web App (PWA) is the thing you should look for.

In fact PWA is a standard, working offline is one of the core features. In practice, PWA makes use of service worker to cache your static assets in browser and use them for future loads. But keep in mind that this technology is still new and has not yet been a standard for web development, so you should check if it works on your users' browsers.

Speaking about Meteor, there are already some attempts to make Meteor apps work offline. The best two which I know are meteor-service-worker and GroundDB. The first helps your cache the app source in browser and the last helps your db live in client-side. They are all good packages, however I think they are not mature yet so think twice before using them.

over 4 years ago · Santiago Trujillo 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