Skip to content

cbh6/vuejs-socketio-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueJS + SocketIO + NodeJS Chat application

I've written a Medium Post talking about this project

Real-time chat application built on NodeJS with VueJS & Socket.io.

This application simply uses Socket.io to send messages in real-time bidirectional event-based communication. VueJS is used to bind data to the DOM and to easily manipulate the data.

Demo: https://funnymsg-vue.herokuapp.com/

Installing

Clone the repository

`git clone https://github.com/cbh6/vuejs-socketio-chat.git`

CD in to the directory

CD vuejs-socketio-chat

Install dependencies

npm install

Start application

node server.js

Built With

Authors

Cristian Botella

Releases

No releases published

Packages

No packages published