Giter Site home page Giter Site logo

server's Introduction

Purpose of a server

What is a server?

  • A server is a piece of software or hardware or both that receive and respond to requests over a network.
  • In general, servers are used to manage network resources. They can be used to store files such as images and videos as well as host websites and databases.
  • In terms of web servers, the web server will host the files used to make the website so that when a browser makes an HTTP (Hypertext Transfer Protocol) request, the webserver can deliver this content to the user via an HTTP response.

alt text

Image source: Mozilla Developer Network

Why do we need servers?

  • As web developers, we need servers for several reasons. At the basic level, a static web server suffices to host a static web-page, which is served โ€œas-is.โ€
  • On the other hand, a dynamic web server has the application server as well as a database, which allows it to process content and can generate pages. This type of server can be used to store information from user interactions, which can be used later on.

Benefits of a server

  • Always on
  • Always connected to the Internet
  • Same IP
  • Maintained by 3rd party

Resources:

Mozilla Developer Network

server's People

Contributors

brada1703 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.