Skip to main content

Questions tagged [client-side]

The term "client-side" refers to that portion of a web application which runs in the user's browser. Client-side code is most commonly written in Javascript, HTML and CSS. The counterpart of "client-side" is "server-side", i.e., the part of a web application running at the web server.

0 votes
0 answers
82 views

Angular Ag-Grid Client Side pagination Vs Server Side pagination

We are facing serious performance issues while loading ag-Grid data ( Approx 2000+ records ) in browser. We are loading all the data from DB in single API call and displaying all records without ...
Pravin's user avatar
  • 13
0 votes
1 answer
40 views

How do i set the different redirect options for two different values in button?

I've made a sign up form to register a user whether he is a doctor or patient for a website. and this is the html code i used for form front end <label class="text-left" >Are you a:&...
VishIsHere26's user avatar
0 votes
1 answer
153 views

When asp.net CheckBox control is changed, how to fire client side AND server side events

I have an asp.net Checkbox inside a gridview. It has some javascript in OnClick to confirm that the operator wishes to proceed. It also has some server side code on the OnCheckedChanged event. The ...
Eric Staples's user avatar
0 votes
1 answer
111 views

Client side securing token vulnerability circular dilemma

I am sorry but this question needs to be long so you can understand the problem and it is absolutely relative the size of my problem, I am seeking web security experts opinion so thank you for your ...
sabri mahmoud's user avatar
2 votes
1 answer
1k views

NextJS 13 Server Components vs Client components in complex UI

I have some doubts on overall architecture of complex, data driven UIs. Taking the usual blog page example with a sidebar, header and logo where the idea is that: Header and logo are static and can ...
Chris's user avatar
  • 97
0 votes
1 answer
114 views

Neoload to collect client side performance metrics like Google Lighthouse

For an application hosted on Azure cloud. We are trying to get a tool set which is capable of performance testing client side and server side. We are considering Neoload for server side testing & ...
Raxon's user avatar
  • 33
4 votes
2 answers
187 views

Is it safe to use the `Function` constructor to validate JavaScript syntax?

I would like to verify (client-side) that the user has entered valid JavaScript code. Pulling in a Javascript parser (e.g. Acorn or Esprima) is a relatively heavy dependency. However (if CSP is not ...
cloudfeet's user avatar
  • 12.7k
0 votes
0 answers
217 views

DatePicker - Next.js

I am new to using next.js and I have encountered a problem. My goal is to retrieve information from a date picker and use it to fetch data from Supabase. The data fetched will depend on the user's ...
Francisco's user avatar
0 votes
0 answers
208 views

How to use server functions during initial render in Next.js 13?

I was trying to create a dummy blog project to better comprehend Next 13 when I hit a block trying to crate a paginator. Currently I have a posts directory that runs on the server and uses a component ...
Eugène-René's user avatar
0 votes
2 answers
59 views

What should be an ideal Jmeter Testing Enviornment with an application hosted on a server?

1.We have an Open Finn Application hosted on a US server. 2.We are using Jmeter to get the performance of different modules like login logout time. 3.While recording and running the jmter test plan ...
shivam 's user avatar
0 votes
1 answer
455 views

Client and server-side out differ when working with user who is logged in (hydration error)

I'm facing React's hydration error, which - according to the documentation - is caused by "using browser-only APIs like window or localStorage in your rendering logic". This probably ...
NotX's user avatar
  • 1,973
0 votes
0 answers
134 views

Delivery of Remote Desktop Connection Data from Node.js Server to Client

I want to create a Node.js server that allows clients to connect to virtual machines using the Remote Desktop Protocol. My idea is for the server to generate an RDP file containing all the access data ...
Oliver's user avatar
  • 71
1 vote
0 answers
691 views

Decoding euconsent-v2 cookie client side

I and my team are deploying a new web analytics solution to a client's web site. The analytics tool is deployed via a tag manager and analytics tracking is executed client side. The client's using the ...
Alberto De Caro's user avatar
0 votes
0 answers
204 views

Next 13 client component using SWR not refreshing every reload [duplicate]

I'm building a weather app with Nextjs 13 and im rendering the page using "use client" and SWR. When I deploy to vercel the page doesnt fetch the data on reload, instead it acts as a SSR ...
Matoko93's user avatar
-1 votes
1 answer
462 views

Getting data from a backend server side file and displaying it on a client side html site

I have an AWS server that continually runs a program on the background updating a txt file. I want to make calculations with the latest file data and display it on an html page. (I will also be using ...
SwanPineapple's user avatar

15 30 50 per page