37 Star 89 Fork 24

wodaQ / cosjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
hwclegend 提交于 2016-09-27 17:34 . cosjs 4.0

cosjs - a node.js web server

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

Install with:

npm install cosjs

Usage

Simple example, included as test/session.js:

    var app = cosjs.http(80);
    app.static(__dirname + '/wwwroot');
    app.server('/api/',__dirname + '/api');
	cosjs.start();

Demo

test/session.js

NodeJS
1
https://gitee.com/wodaq/cosjs.git
git@gitee.com:wodaq/cosjs.git
wodaq
cosjs
cosjs
master

搜索帮助