0.0.8 • Published 4 years ago

cosjs.xlsx v0.0.8

Weekly downloads
86
License
-
Repository
github
Last release
4 years ago

cosjs - a node.js http & socket server

This is a web http & socket for node.js. easy to create web or mobile game server.

Install with:

npm install cosjs

Usage

Simple example, included as demo/index.js:

    var cosjs = require('cosjs');
    var config = require('./develop');
    cosjs.server(config);
    cosjs.start();
    var root = __dirname;
    exports = module.exports = {
        debug: 1,
		port     : 80,
		fnum     : 1,
		shell    : root+'/process/http',
    }

Demo

demo/index.js

0.0.8

4 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago