Skip to content

The Laptop Store is a project based completely on back end code in Node.js. The server-side script is executed, the browser makes requests and accordingly the page is updated.

Notifications You must be signed in to change notification settings

sourav1768/The-Laptop-Store-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

The-Laptop-Store-

The Laptop Store is a project based completely on back end code in Node.js. The server-side script is executed, the browser makes requests and accordingly the page is updated.

To run the project:

  1. Upload the index.js and associated files on a server(eg. localhost: 127.0.0.1:)
  2. Reload the page to make initial request to server to send HTML.
  3. The page is available to view in client's browser.
  4. The various options on the page uses appropriate routing to the server.

Node.js is a JavaScript Runtime Environment based on Google's open-source V8 engine. It is used to execute JavaScript on the server side, reducing the execution on the client's side and also obeying data security as the complete code is not available to the client side.

Node.js uses a single thread, even for a million users. So, it was important to use all the synchronous functions carefully.

About

The Laptop Store is a project based completely on back end code in Node.js. The server-side script is executed, the browser makes requests and accordingly the page is updated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published