Skip to content

An example of using Vue with node and websocket using chat as an example.

Notifications You must be signed in to change notification settings

DaniilOlivo/chat-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Char Vue

Description

Implementation of SPA chat using the following technologies:

  • Vue.js
  • WebSocket
  • Node.js
  • Express

Start

  • Dev

    1. Start the node server using the command: node index.js.
    2. Start the node server using the command: cd client && npm run serve

    Servers operate on different ports and are connected to each other via a proxy

Additional Information

  • The chat does not have a database. An array of values is used in its place. This will be fixed soon

About

An example of using Vue with node and websocket using chat as an example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published