Vincent-Zeng / ChatRoom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatRoom vue.js+webrtc+express+socket.io+mongodb

A chatroom with function "pubilc chat", "private chat", "expression message", "image message", "audio chat", "video chat".

To run by execute the following code:

  1. cd ChatRoom
  2. npm install
  3. cd public
  4. npm install
  5. cd ..
  6. make backend
  7. make frontend

Now,you can view the project on localhost:8080.

About


Languages

Language:Vue 50.3%Language:JavaScript 48.8%Language:HTML 0.6%Language:Makefile 0.3%