Giter Club home page Giter Club logo

chatroom-vue's Introduction

chatroom-vue

一个简单的多人聊天室。基于vue和node+Socket.IO。更多功能正在开放中……

如何运行

下载项目

 git clone https://github.com/lss5270/chatroom-vue.git

进入到chatroom-vue目录安装依赖包

 npm install

启动server服务(称这个终端为S终端,得先启动后台服务,否则前端页面无法成功连接Socket),在执行以下命令后,成功执行会终端会提示'app listen at:8081'

 npm run server

另起窗口(注意:是另起窗口!),启动前端开发服务(称这个终端为B终端),在chatroom-vue目录里执行以下命令,成功执行后,在浏览器输入访问地址http://localhost:8080

 npm run dev

关于进程守护

如果服务端需要进程守护,把启动命令从npm run server替换成以下命令即可。(确保全局安装过pm2:npm install pm2 -g)

 npm run pm2

效果图

chatroom-vue's People

Contributors

lss5270 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.