1 Star 0 Fork 24

本初君 / 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

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/vaqy/cosjs.git
git@gitee.com:vaqy/cosjs.git
vaqy
cosjs
cosjs
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891