UNPKG

fkc

Version:

FKC application service framework.

18 lines 750 B
'use strict'; module.exports = { out:'No Output', stop:'Enable stop', req:'Request failure', method:'Method does not exist', file:'Directory does not exist', ssl:'Web SSL certificate error', use:'Middleware is not a function', cluster:'Cluster parameter error', end:"The parameter is not a function", http:"Function 'http' already exists", https:"Function 'https' already exists", port:['Ports cannot be duplicated','Wrong port'], arg:['Missing parameter','Wrong parameters','Not a function'], host:['Host address error','Host address does not exist','Host address already exists'], router:['Wrong route','The routing parameter must be a function','Route does not exist'] }