A small 'live' web site which uses rest-api to represent a pseudo-termial-like interface.

5 linhas
101B

  1. var logging = require('./app/logging.js');
  2. var log = new logging.Log("bob");
  3. log.info("So there!");