Pemrosesan Data Sisi Klien Menggunakan Rakitan Web di Aplikasi Rendering Sisi Server

Abstract View: 89, pdf Download: 97

Authors

  • Rickard Elsen Institut Teknologi Garut
  • Tryana Hadi Wijaya Institut Teknologi Garut
  • Ridwan Setiawan Institut Teknologi Garut

DOI:

https://doi.org/10.32665/almantiq.v2i2.2007

Abstract

Nowadays, web developers are required to choose between Single-Page Application (SPA) or Server-Side Rendering (SSR). Both types of web applications have their own advantages and disadvantages. Currently, most developers use Javascript to be able to perform computations on the client side even though the web application built is SSR. Scripts in Javascript are compiled by the web browser before the functions in the script can be used by the user. These functions will be executed on the client side so that computation does not need to be done on the server side. Since the use of Javascript is by sending source code to the client to be compiled and executed, WebAssembly (Wasm) allows the server to send those functions in precompiled binary files. The functions contained in the binary can be used by web applications and will be executed on the client side, so the browser doesn't need to compile it first to use existing functions. In this paper, we utilize Wasm to perform data processing on the client side of the SSR web application by performing some queries to preserved data.

Downloads

Published

08/18/2023

How to Cite

Elsen, R., Wijaya, T. H., & Setiawan, R. (2023). Pemrosesan Data Sisi Klien Menggunakan Rakitan Web di Aplikasi Rendering Sisi Server. Multidisciplinary Applications of Quantum Information Science (Al-Mantiq), 3(2). https://doi.org/10.32665/almantiq.v2i2.2007
Abstract View: 89, pdf Download: 97