Giter VIP home page Giter VIP logo

express-practice's Introduction

HTTP Methods

  • GET
  • POST
  • PUT
  • DELETE
  • ALL
  • USE
  • LISTEN

General structure of request message

  • Request URL
  • Request Method
  • Status Code : 200 OK
  • Remote Address

General structure of response message

  • Request URL
  • Request Method
  • Status Code : 400 means request error, 404: Not found
  • Remote Address
  • We get json data application/json

  • For http we have port : 80
  • For SSH(secure shell) : 22
  • For https protocol : port 443

HTTP response status codes

MIME

express.static (static status)

  • Built in middleware
  • static asset means server doesn't have to change it.
  • Common names of folder is "public or static".
  • img, css, js files can be added.

API vs SSR(server side rendering)

  • API -JSON and SSR - Template
  • Send data vs send template
  • Res.json() vs res.render()

response.json()


query

  • e.g. /search?query=foo&tags=story
  • sort
  • ? searching from database

Middleware


express-practice's People

Contributors

nit-isha avatar

Watchers

 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.