Skip to content

FelixHo/Cloudslides-WampServer-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloudslides-WampServer

###Cloudslides-WampServer-Python

######运行环境部署:

1.python 2.7.6 安装

2.安装 pip

3.安装 twisted

4.安装 twisted的依赖 zope4.1.1

5.安装 autobahn模块 命令行执行 cd path/to/pip.exe install autobahn

6.安装 pymongo模块(2.7.1)

###测试数据库部署:

WampServer目前基于本地数据库测试,需要在本地部署一个mongo数据库【 必须基于原liveppt数据库结构,数据库重命名为Cloudslides,参见代码 】 (将原liveppt的msql数据库转为mongodb,可通过MongoVUE或类似的mongo GUI工具实现)。

######运行

Server端:

python PageController.py

测试Client【获取某会议的当前页码,根据返回的topic进行订阅,每隔5秒翻一页,基于python实现】:

python ClientTest.py

###接口文档

About

Cloudslides-WampServer-Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages