# common
npm install # bundle install的なやつ
#dev
npm start
# test redis
redis-cli
PUBLISH "create_msg" "{\"id\":100,\"mes_type\":\"system\",\"contents\":\"hi!\",\"chat_name\":\"tanaka\"}"
# production
npm install pm2 -g # pm2...unicorn的なやつ、グローバルにインストール
pm2 start index.js --interpreter ./node_modules/.bin/babel-node # プロセス起動
pm2 list # 動いているプロセスを確認
pm2 stop :id # プロセス停止
-
Notifications
You must be signed in to change notification settings - Fork 0
yfuka86/livestreaming
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published