HN user

nodejs-news

249 karma

Docker, VMs, WTF

Posts69
Comments8
View on HN
github.com 7y ago

Ansible playbook to deploy Rancher k3s kubernetes cluster

nodejs-news
1pts0
github.com 8y ago

Docker Swarm Example Using Amazon Web Services

nodejs-news
2pts0
github.com 8y ago

Getting Starting with Ansible with a Docker LAB

nodejs-news
2pts0
github.com 8y ago

An example of Docker multi-stage building with Golang

nodejs-news
2pts1
www.it-wars.com 9y ago

DOCKER SWARM CLOUD on AWS using edge edition

nodejs-news
1pts0
www.it-wars.com 9y ago

LAB DOCKER AVEC PLAY WITH DOCKER

nodejs-news
1pts0
www.it-wars.com 9y ago

Docker Swarm sur le cloud Microsoft Azure

nodejs-news
2pts0
www.it-wars.com 9y ago

Docker Swarm sur le cloud public d'OVH

nodejs-news
1pts0
github.com 9y ago

Show HN: Docker Swarm 1.12 example using VirtualBox to scale webstack

nodejs-news
5pts0
www.it-wars.com 9y ago

DOCKER SWARM PAR L'EXEMPLE

nodejs-news
4pts1
github.com 12y ago

Retire.js scanner detecting the use of JavaScript lib with known vulnerabilites

nodejs-news
6pts0
www.jonathanbroquist.com 12y ago

Building a Google Calendar App with MongoDB, ExpressJS, AngularJS, Node.js

nodejs-news
2pts0
thlorenz.github.io 12y ago

Visualizes Node.js streams in the browser

nodejs-news
2pts0
www.ibm.com 12y ago

Beta release of IBM SDK for Node.js is now available

nodejs-news
2pts0
flippinawesome.org 12y ago

Creating a Realistic Rain Effect with Canvas and JavaScript

nodejs-news
47pts9
flippinawesome.org 12y ago

Easy API Scaffolding with Simple-API and Node.js

nodejs-news
13pts3
nodesecurity.io 12y ago

Node.js security advisories

nodejs-news
40pts13
nodejs-news.com 13y ago

Node.js version 1.0

nodejs-news
1pts0
www.nodejs-news.com 13y ago

Isaac Schlueter: The Road to Node.js v1.0.

nodejs-news
2pts0
github.com 13y ago

Node.js v0.10.0 .deb for ARMv5 and RaspberryPI

nodejs-news
3pts0
www.exratione.com 13y ago

Node.js: Abusing Express 3.* to Enable Late Addition of Middleware

nodejs-news
1pts0
usevim.com 13y ago

VIM Script Roundup: Git Gutter, vim-nodejs-complete

nodejs-news
1pts0
openshift.redhat.com 13y ago

OpenShift Blog : Building Social IRC Bots with Node.js Part 2

nodejs-news
1pts0
www.nodejs-news.com 13y ago

Ruby to build Node.js RaspberryPI

nodejs-news
2pts0
www.nodejs-news.com 13y ago

Node.js Debian package for ARMv5

nodejs-news
1pts0
www.nodejs-news.com 13y ago

Lynda.com Node.js tutorials

nodejs-news
1pts0
www.nodejs-news.com 14y ago

Node.js performance 0.8 vs 0.6.19

nodejs-news
3pts0
www.nodejs-news.com 14y ago

Microsoft WebMatrix to build Node.JS app

nodejs-news
2pts0
www.nodejs-news.com 14y ago

Node.js at Gigaom Structure Conference

nodejs-news
1pts0
www.nodejs-news.com 14y ago

Node.js v0.8 around the corner

nodejs-news
35pts7

I have 2 raspi one with haproxy, one with nginx with 3 vhost. Haproxy was because I've planned to have several raspi to loadbalance traffic across. My DSL line give me 1Mb/sec. When writing a new post a send 10x time to optimize pictures to be able to serve more people. each day I've about 150vu on each web site. One take away: after Jekyll or Hugo finished static page generation I've a bash script to gzip every file to avoid raspbi to make it at the fly, and nginx setup for that is : gzip_static on;

On my DSL router I forward all port:80/tcp traffic to my haproxy raspi.

I'm a great self-hosting fan, behind my DSL connection using 2 x RaspberryPI. I have 3 static web sites, 2 with Jekyll, 1 with Hugo, with great perf :

checkout webpagetest -> https://www.webpagetest.org/result/161123_0R_8RDY/

and feel free to check my 3 web sites:

- http://www.it-wars.com - http://www.louer-hendaye.com - http://www.nodejs-news.com

Init : 2 RaspberryPi + electric plugs : 2x 30$ + 2 x6$ Monthly bill: electricity : about nothing DSL : 30$

Enjoy!

according to the author, these 2 videos are the beginning of the series ! I hope, because, I made this post, that next videos will give us more node.js !? Anyway to have multiplayer realtime game node.js and socket.io are the ATeam ? I will update my blog post on nodejs-news.com as soon as the author will add new one.