Skip to content

andych008/log-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

log-server

show remote log. work with log-client

logcat --> log-server --> log-client

开始

//install typescript globally
npm i -g typescript

npm i

// please compile my code
tsc

// then run the server
node ./dist/server/server.js

测试

npm install -g wscat
wscat -c ws://echo.websocket.org 

参考

https://medium.com/factory-mind/websocket-node-js-express-step-by-step-using-typescript-725114ad5fe4

https://github.com/xcatliu/typescript-tutorial/blob/master/introduction/hello-typescript.md

https://github.com/websockets/ws/blob/master/doc/ws.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published