Skip to content
/ Nodejs Public

This repository contains a variety of examples demonstrating system-design features and concepts in JavaScript

Notifications You must be signed in to change notification settings

mazlin5/Nodejs

Repository files navigation

Server-Side with Nodejs

This repository contains javascript programs I used to strengthen my system-design knowledge.

Goals

The goal of this repository is to provide a collection of scripts to get you started designing and implementing scalable and efficient systems using Node.js. The resources cover a range of topics, including:

  • caching

    • cache.js
    • server2.js
  • data storage

    • database.js
    • aedb_date folder (storage)
  • GET/POST HTTP requests (API)

    • http.js
  • Performance optimization techniques

    • callback.js
    • helper-method.js
  • Scalability strategies

    • load-balancer.js
  • Best practices for building and deploying Node.js systems

    • server.js
    • proxy.js
    • nginix.config

Note: to take advance of the js packages and libraries used install node onto your machine and install dependencies "npm install".

About

This repository contains a variety of examples demonstrating system-design features and concepts in JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published