kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
121-140 of 4193
134 results tagged nodejs  ✕
How to deploy a Node.js app to the AWS Elastic Beanstalk https://www.freecodecamp.org/news/how-to-deploy-a-node-js-app-to-the-aws-elastic-beanstalk-f150899ed977/
27/05/2019 09:12:15
aws NodeJS deploiement
PM2 - Advanced Node.js process manager http://pm2.keymetrics.io/
23/04/2019 12:39:34

Un outil à utiliser en production pour gérer vos applications Node.js. Ça permet de s'assurer que l'application se relance en cas d'erreur critique, de lancer plusieurs instances en parallèle (1 par coeur de votre CPU par exemple), et pas mal d'autres choses.

Via https://medium.freecodecamp.org/you-should-never-ever-run-directly-against-node-js-in-production-maybe-7fdfaed51ec6 (le premier commentaire est pertinent).

production NodeJS deploiement
Node.js Everywhere with Environment Variables! – Node.js Collection – Medium https://medium.com/the-node-js-collection/making-your-node-js-work-everywhere-with-environment-variables-2da8cdf6e786
09/04/2019 19:08:33

Les variables d'environnement avec Node.js.

environnement NodeJS
Why you should avoid ORMs (with examples in Node.js) https://blog.logrocket.com/why-you-should-avoid-orms-with-examples-in-node-js-e0baab73fa5
08/04/2019 22:50:19

L'utilisation d'ORM ne doit pas se faire sans avoir bien compris ce qui ça implique en terme de complexité. Dans bien des cas, un builder de query (type knex en Node.js) est plus efficace et plus facile à maintenir.

NodeJS ORM sql
Node.js: Easily check code coverage with istanbul.js/nyc https://angristan.xyz/node-js-easily-check-code-coverage-instanbul-nyc/
01/04/2019 09:52:30

Un outil pour vérifier la couverture de test d'un projet Node.js.

NodeJS test
GitHub - zeit/micro: Asynchronous HTTP microservices https://github.com/zeit/micro
11/10/2018 12:56:42

Un micro framework Node.js (~260 lignes de code) pour faire des micro API.

microservices API NodeJS
GitHub - nexe/nexe: 🎉 create a single executable out of your node.js apps https://github.com/nexe/nexe
27/08/2018 12:53:23

A tester.

NodeJS package
VENoM Stack: Docker setup for local development – James Audretsch – Medium https://medium.com/@audretschjames/venom-stack-docker-setup-for-local-development-457093761ad1
14/02/2018 13:17:08

Un environnement de développement pour Vue, Express Node MongoDB avec Docker.

mongodb VueJS expressjs NodeJS Docker dev
nativefier https://www.npmjs.com/package/nativefier
16/02/2017 16:32:18

Un outil pour wrapper un site web en application native grâce à Electron. Ça marche donc avec NodeJS.

NodeJS electron site app web
paulmillr/chokidar - JavaScript - GitHub https://github.com/paulmillr/chokidar
25/01/2016 15:19:13

Une lib nodejs pour "watch" un fichier. Ça permet de le surveiller et de recevoir un event lorsque le fichier change.

NodeJS JavaScript lib watch
Introduction à Gulp - Alsacreations http://www.alsacreations.com/tuto/lire/1686-introduction-a-gulp.html
27/12/2015 23:39:13

Initiation à Gulp qui est vraiment un super outil et est une bonne alternative à Grunt.

gulp grunt JavaScript NodeJS web
Rocket.Chat https://rocket.chat/
01/12/2015 22:44:40

Un système de chat / chan / discussion (une sorte d'IRC en fait) sexy à base de NodeJS.
Via http://blog.idleman.fr/le-bordel-de-linfo-31/

NodeJS JavaScript chat irc chan
node-inspector/node-inspector https://github.com/node-inspector/node-inspector
14/08/2015 12:28:47

Une lib bien pratique pour débuguer très facilement du nodejs via le debugger de Chrome ou Opera.

debug chrome NodeJS
Using npm behind a corporate proxy - Wil Boayue http://wil.boayue.com/blog/2013/06/14/using-npm-behind-a-proxy/
30/04/2014 14:14:29

Utiliser npm (le package manager de Nodejs) derrière un proxy.

NodeJS npm proxy
121-140 of 4193
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn