Giter Club home page Giter Club logo

nodeworks's Introduction

NodeJS

NodeJS. Exploration of Design Patterns.

Resources consulted building this repo: https://caolan.github.io/async/docs.html#eachOfSeries https://medium.com/javascript-scene/what-is-this-the-inner-workings-of-javascript-objects-d397bfa0708a https://streams.spec.whatwg.org

Node.js Design Patterns:

Revealing contructor, encapsulation: https://blog.domenic.me/the-revealing-constructor-pattern/

Prototypical inheritance: https://vimeo.com/69255635 https://medium.com/javascript-scene/introducing-the-stamp-specification-77f8911c2fee https://medium.com/@koresar/fun-with-stamps-episode-1-stamp-basics-e0627d81efe0 http://crockford.com/javascript/prototypal.html

Augmentating proxification, Prototypical middleware-like hooking: https://www.npmjs.com/package/hooks Notably, http://mongoosejs.com is a Object-Document Mapping (ODM) library for MongoDB, I used in Antilope project. Internally, it uses this package to provide pre-post-execution hooks for the init, validate, save, and remove methods of its Document objects.

Monjey hooking https://www.npmjs.com/package/hooker

Proxi API https://developers.google.com/web/updates/2016/02/es2015-proxies https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Global_Objects/Proxy

LevelDB Project: levelup https://www.npmjs.com/package/levelup https://www.npmjs.com/package/level

Multiformat Strategy, State, Template formats: https://www.npmjs.com/package/json-over-tcp http://www.passportjs.org/docs/ https://www.npmjs.com/package/ini https://www.npmjs.com/package/object-path Notably, Passport.js http://passportjs.org - an authentification middleware for node enables support of different authentification providers (OAuth, localdb, custom) for requests, using Strategy pattern.

Core J2EE Pattern - Intercepting Filter https://www.oracle.com/technetwork/java/interceptingfilter-142169.html

Chain of Responsobility Pattern https://dzone.com/articles/design-patterns-uncovered-chain-of-responsibility

Operational Transformation http://www.codecommit.com/blog/java/understanding-and-applying-operational-transformation

ZeroMQ \zero-em-queue, \ØMQ: http://zeromq.org/

koa next generation web framework for node.js https://koajs.com/ https://github.com/koajs/ratelimit

URL-safe means of representing claims to be transferred between two parties http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html

Fast, unopinionated, minimalist web framework for node. https://www.npmjs.com/package/express

Fast and simple storage. A Node.js wrapper for abstract-leveldown compliant stores, which follow the characteristics of LevelDB https://www.npmjs.com/package/levelup

Angular Magic of argument extraction https://www.npmjs.com/package/args-list

nodeworks's People

Contributors

dependabot[bot] avatar fosteman avatar

Stargazers

 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.