Questions tagged [client-side]
82 questions
110
votes
4 answers
What are the differences between server-side and client-side programming?
I've seen questions (mainly on Stack Overflow), which lack this basic
knowledge. The point of this question is to provide good information
for those seeking it, and those referencing to it.
In the context of web programming, what are the…

Madara's Ghost
- 8,787
- 9
- 25
- 33
61
votes
8 answers
Client-side coding: How to prevent malicious use?
Over the last few years, the trend for client-side (browser) applications has really taken off.
For my latest project, I have decided to try and move with the times and write a client-side application.
Part of this application involves sending…

GWed
- 3,085
- 5
- 26
- 43
50
votes
8 answers
Why almost no webpages hash passwords in the client before submitting (and hashing them again on the server), as to "protect" against password reuse?
There are many sites on the Internet that require login information, and the only way to protect against password reusing is the "promise" that the passwords are hashed on the server, which is not always true.
So I wonder, how hard is to make a…

Martín Fixman
- 618
- 1
- 6
- 7
35
votes
5 answers
Pros and cons of an HTML/JavaScript only web app
I come from an ASP.NET forms background and have found server side coding very powerful in the past. More recently, however, I have been wanting to phase out the server side code of the front-end and replace it with pure HTML/JavaScript, which…

hofnarwillie
- 459
- 1
- 4
- 6
26
votes
8 answers
Pros/cons between emphasizing client-side or server-side processing
Why would I want to write a web app with lots of processing server-side?
To me, writing the program client-side is a huge advantage because it takes away as much server load as possible because it only has to send data to the client with minimal…

JustcallmeDrago
- 389
- 1
- 3
- 5
25
votes
4 answers
Is client-side validation really all that important, always?
Through the years I've worked in web development it's been ingrained in me that client-side validation is absolutely and completely necessary in all web applications. Seems to me like all the people in the profession are very adamant on using it…

Alternatex
- 1,033
- 2
- 13
- 24
17
votes
7 answers
Would Python be too slow for client-side use in Browsers?
I've heard the statement that Python would be too slow to be of any use in browsers.
I reckon Javascript is only superior in this aspect because of companies like Google who need it fast (and made it fast) because they need it to survive, but I…

Profpatsch
- 969
- 8
- 13
15
votes
2 answers
What to do when request is sent to server and while waiting for response internet connectivity lost?
I am sending a huge amount of data to server. Now while I have sent the data and waiting for server response, suddenly my android device gets internet connection lost.
So what I used to do is, showing an alert dialog of connection lost, but at…

mayank_droid
- 253
- 1
- 2
- 6
12
votes
3 answers
How can I prevent a user from editing my code in their browser?
Description
I'm designing a Node.JS application (more like a full website). The app will send five JavaScript files and will have