DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
The Latest "Software Integration: The Intersection of APIs, Microservices, and Cloud-Based Systems" Trend Report
Get the report
  1. DZone
  2. Coding
  3. JavaScript
  4. dejavu - A High-Performance OOP Library For JavaScript, With Node.js Support

dejavu - A High-Performance OOP Library For JavaScript, With Node.js Support

Hirvesh Munogee user avatar by
Hirvesh Munogee
·
Jan. 21, 13 · Interview
Like (0)
Save
Tweet
Share
11.08K Views

Join the DZone community and get the full member experience.

Join For Free

dejavu is a high-performance object-oriented programming library for javascript, which can be used with node.js.  if you come from other object-oriented programming languages, you might find that javascript take on oop is a bit  different from the classical one.

javascript uses prototypal inheritance, which can be daunting for newcomers to the language. dejavu attempts to solve this problem by providing a javascript library which implements classical oop in javascript. there are lots of other javascript libraries which provide the same functionality as dejavu. some of the similar, already featured libraries on functionn, which you might be interested in are:

  • stackjs - a javascript object oriented programming framework
  • oolib. js - a javascript oop library

however, compared to those other oop libraries, dejavu aims to be a high-performance oop javascript library. compared to the other oop libraries for javascript, dejavu rivals most of them, even vanilla javascript. the benchmarks speak for themselves .

dejavu also comes with an optimizer which attempts to make your code written with dejavu lighter and faster. to use the optimizer,  you will need to install node.js. dejavu also comes in two versions: as a normal javascript library or as an amd module.

the amd module version of dejavu allows you to seamlessly use dejavu with your script loaders such as require.js. finally, dejavu depends on the utility-belt javascript library we featured sometime back on functionn called mout . you can find more about mount here: mout - a modular utility-belt javascript library for the browser & node. js .


browser support

  • ie (6+)
  • chrome (4+)
  • safari (3+)
  • firefox (3.6+)
  • opera (9+)

requirements: none
demo: http:/ / indigounited. com/ dejavu/
license: mit license

Object-oriented programming JavaScript library Node.js

Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Introduction to Cloud Native
  • MongoDB Time Series Benchmark and Review
  • Unlocking the Power of ChatGPT
  • What Is Docker Swarm?

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: