8000 GitHub - tianhm/nodectp: the node interface for ctp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tianhm/nodectp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows

#初始化c++编译环境
npm install --global --production windows-build-tools
cp binding-windows32.gyp  binding.gy (cp binding-windows64.gyp  binding.gy)
node-gyp rebuild
#代码里面或者系统PATH中设置ctp的dll的路径
node ./test/mduser.js
#node ./test/tduser.js

linux

cp binding-linux.gyp  binding.gy
node-gyp rebuild
node ./test/mduser.js
#node ./test/tduser.js

About

the node interface for ctp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.9%
  • C++ 32.6%
  • Other 0.5%
0