UNPKG

rocket.chat.mqtt

Version:

It's a MQTT Server, using redis to scale horizontally.

10 lines (8 loc) 227 B
/** * @module route/parser */ 'use strict'; /** Wrap the compiled parser with the context to create node objects */ var parser = require('./compiled-grammar').parser; parser.yy = require('./nodes'); module.exports = parser;