Top "Client-side" questions

The term "client-side" refers to that portion of a web application which runs in the user's browser.

Why does page not update after refresh when .cshtml changes

I am trying out Blazor and i do not understand why when changing a component after refreshing the browser page …

asp.net-core client-side blazor
How does Angular JS relate to Google Closure?

Now that AngularJS 1.0 is released I am wondering how this project fits together with the other general-purpose JavaScript framework / tool …

client-side google-closure angularjs
How to read epub files using javascript

How to read epub files using javascript? I tried epubjs but thats not suited for my requirement. Is any other …

javascript epub client-side
Removing cookies with the same name but different paths

I need to delete clientside cookies with the same name but with different paths. What is the best way to …

javascript cookies path client-side
Ruby: client-side or server-side?

Is Ruby a client- or server-side language?

ruby server-side client-side
When to use "client-side routing" or "server-side routing"?

I'm a little bit confused about this, and I feel slightly stupid asking this question, but I want to understand …

web-applications routing client-side server-side
How to create client side full text search engine with pure JavaScript and HTML5?

I need to create client side search engine for an offline html application in offline storage like CDROM. I already …

javascript html full-text-search local-storage client-side
What is the best way to measure Client Side page load times?

I'm looking to monitor the end user experience of our website and link that with timing information already logged on …

javascript performance monitoring client-side timing
In IndexedDB, is there a way to make a sorted compound query?

Say a table has, name, ID, age, sex, education, etc. ID is the key and the table is also indexed …

html sqlite web-applications client-side indexeddb
Mongodb client side javascript api

I would like to use mongodb directly from the client-side, using javascript inside my models. I suppose this is possible …

mongodb client-server client-side javascript