mentex


  • slim and simple service oriented nodejs framework

    published 0.6.9 7 years ago
  • Example Client -------------- ```js 'use strict' const index = require('slimple-ws'); const WebSocketClient = index.WebSocketClient; const EVENTS = index.EVENTS; const Message = index.Message; var wsc = new WebSocketClient('ws://localhost:90

    published 1.0.5 7 years ago