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.

There are other many client-side techniques, in addition to used in the user's browser such as:

See also:

2357 questions
0
votes
1 answer

Having trouble emitting to multiple users with socket.io

I'm working on an educational project - online checkers (draughts) game and i'm still not feeling comfortable enough with socket.io. What i'm trying to do is this - When a player wants to invite another player to a game room to play, using the…
YarsCode
  • 11
  • 1
  • 6
0
votes
1 answer

How to work with python as client side scripting language

I have a fully functional gaze tracking code Python project which has been tested directly through the terminal. My guide wants me to implement this over the web. He wants all the processing to be done on the client-side because our servers are not…
0
votes
0 answers

*FIXED *JavaScript image compressor does not work for some images - All images being used are .jpg

Client-side image compression from DropZone. There are a few images that don't work with the compressor for some reason, and I can't figure out why.