A small 'live' web site which uses rest-api to represent a pseudo-termial-like interface.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

5 行
101B

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