Skip to content

10 minutes to implement a websocket multi-person chat room.

Notifications You must be signed in to change notification settings

xucanxx/websocket-chatroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom code demo starts

demo

experience it

start local server

# Open the command line under the src/server folder

node index.js

# or npm i -g nodemon,then:
nodemon index.js

Start the front-end code

npm install

Start

npm run serve

Build

npm run build

About

10 minutes to implement a websocket multi-person chat room.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.4%
  • SCSS 19.0%
  • JavaScript 16.3%
  • HTML 3.1%
  • CSS 2.2%