zsxsoft / danmu-server

A danmaku server based on WebSocket. 弹幕服务器,基于WebSocket。
172 stars 44 forks source link

怎么关闭弹幕服务? #4

Closed phperwuhan closed 9 years ago

phperwuhan commented 9 years ago

如题,除了npm start开始弹幕服务以外,如果想关闭弹幕服务,应该怎么做?

我试着执行npm stop好像报错,说没有这个脚本。。。

zsxsoft commented 9 years ago

Ctrl+C或ps后kill。 这些基础的东西请自己搜索。 2015年9月8日 11:37于 phperwuhan notifications@github.com写道:如题,除了npm start开始弹幕服务以外,如果想关闭弹幕服务,应该怎么做?

我试着执行npm stop好像报错,说没有这个脚本。。。

—Reply to this email directly or view it on GitHub.

phperwuhan commented 9 years ago

好吧,还以为会有专门的stop命令来做这个事情。

phperwuhan commented 9 years ago

请关闭这个issue

phperwuhan commented 9 years ago

我把npm和node这2个pid都kill掉了。