pioneers-server
v1.0.3
Published
a module to create server efficiently.
Readme
server module
this module is a class that can create server with config information.
config is an object is as follows:
config = {
hostname,
port,
eventEmitter,
event
}after we create server, server will emit every requests sent to.
