natlex / testApp

Demo app to play with clusters and containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testApp

A demo app to play with clusters and containers. It can use Redis to store user sessions.

How to run

Clone the repo and install the dependencies

git clone https://github.com/natlex/testApp.git
cd testApp/
npm install

Run the app

npm start

Open http://localhost:3000

Variables

Set up the following environment variables to connect to Redis:

redisHost
redisPort

If redisHost is not defined Redis won't be used. redisPort is set to 6379 by default.

About

Demo app to play with clusters and containers


Languages

Language:JavaScript 89.4%Language:HTML 7.8%Language:CSS 2.8%