Skip to content

A real time chat application in Vue, Socket.IO, MongoDB.

License

Notifications You must be signed in to change notification settings

mikejhnstn/vue-socketio-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Socket.IO Chat

screenshot

Description

A real time chat application in Vue, Socket.IO, MongoDB.

Requirements

  • Node.js, NPM, MongoDB

Instructions

Client: install dependencies and run client on port 8080

cd client
npm install
npm run serve

Server: install dependencies and run server on port 1337

cd server
npm install
npm run dev

Flowchart

screenshot

Dependencies

Client:

Server:

About

A real time chat application in Vue, Socket.IO, MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published