lensh / vue-qq

🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
MIT License
917 stars 230 forks source link

为什么这样做:Express、Koa2:开发环境使用Express,生产环境使用Koa2? #27

Open wwb568109135 opened 6 years ago

wwb568109135 commented 6 years ago

为什么这样做:Express、Koa2:开发环境使用Express,生产环境使用Koa2?

lensh commented 6 years ago

因为开发环境vue-cli自带的Express,生产环境更喜欢用Koa2