UNPKG

nitrogen

Version:

Nitrogen is a platform for building connected devices. Nitrogen provides the authentication, authorization, and real time message passing framework so that you can focus on your device and application. All with a consistent development platform that lev

13 lines (9 loc) 233 B
var nitrogen = require('../lib'), MemoryStore = require('./memoryStore'); var config = { host: "localhost", protocol: "http", http_port: 3050 }; config.store = new MemoryStore(config); module.exports = config;