I am not getting my scores,It says that the back end server is not connected, what is this

Game: freecell
Game #: 1661461590
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393
JS-Version: 2017-04-25_17:53:12_-0700_eaa9e613a231fa243beeb6ed1fbfa70ad1f16073


Please describe the problem in detail:

Comments

  • A back-end server is a part of the back-end process, which usually consists of three parts: a server, an application and a database. The back end is where the technical processes happen, as opposed to the front end, which is usually where the user's interaction occurs.
    When a website is accessed, the user is interacting with the front end. The website's application then stores the information entered into the website in a database that was created on the server. The information remains on the server; if the user returns to the website, the user's information is retrievable.
    The server houses the information, like a hard drive does for an individual computer. While the hard drive only services one computer, the server services an entire website and therefore all the information being fed to it across the Internet.
    Programming languages such as Python, Ruby and PHP are usually used for the back-end processes. A user does not come into contact with the back-end process. A general rule is that the front end (or the client side of the application) is any component that is manipulated by the user. The back end, or server side, is code that remains on the server. https://www.reference.com/technology/back-end-server-d4d0f1b851cd7424#

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Attach file
Attach image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file
Home Bug ReportsComment As ...