Home

Welcome to Application Framework Blogging

HTTP MESSAGES

In this Blog I am going write about HTTP Messages. HTTP Messages represent how data exchanged between server and client. There are two main message types in this section, They are requests and responses. The simple description is, client’s request triggers an action in the server and returns the response for the particular request. HTTP messages consist of textual information encoded in ASCII, which spread over several lines. Those messages were sent publicly across the link in HTTP/1.1, and earlier versions of the protocol. In HTTP/2, the message that used to be human-readable has been split into HTTP frames, enabling optimization and efficiency improvements.…

Babel in React

What is Babel ? It’s a JavaScript compiler includes the ability of compiling JSX into JavaScript. It also able to do many powerful things. Installing Babel To use Babel we need to install Babel-Core which is the Babel’s npm module’s name. Here the command to install Babel will be differed from the way of installing…


Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started