UNPKG

esrol-server-app

Version:

A wrapper of all Esrol server components for creating performance efficient, well structured - by following 'convention over configuration' approach, but also configurable, server-side applications.

9 lines (6 loc) 122 B
'use strict'; module.exports = class Index { static onRequest(socket) { socket.emit('message', 'success'); } };