UNPKG

roster-server

Version:

👾 RosterServer - A domain host router to host multiple HTTPS.

10 lines (7 loc) • 205 B
'use strict'; // Here's a vanilla HTTP app to start, // but feel free to replace it with Express, Koa, etc var app = function(req, res) { res.end('Hello, Encrypted World!'); }; module.exports = app;