background preloader

Node.js

Facebook Twitter

Meteor. PI JS.

Learning / Tuto (Node.js)

Node.js. Node.js ou le triomphe de Javascript : Inovia Blog. Introduction à node.js - Damien MATHIEU. Node.js : Mes expérimentations. Tour d'horizon de Node.js- Video et slides de présentation de la session. Christophe Porteneuve à tech·days 2014. Learning / Tuto (Node.js) JS Attitude : formations JavaScript qualitatives et sympathiques. Node.js v11.4.0 Documentation. The crypto module provides cryptographic functionality that includes a set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions.

Node.js v11.4.0 Documentation

Use require('crypto') to access this module. const crypto = require('crypto'); const secret = 'abcdefg';const hash = crypto.createHmac('sha256', secret) .update('I love cupcakes') .digest('hex'); console.log(hash); Npm trends: Compare NPM package downloads.