Implementation of SPA chat using the following technologies:
- Vue.js
- WebSocket
- Node.js
- Express
-
- Start the node server using the command:
node index.js
. - 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
- Start the node server using the command:
- The chat does not have a database. An array of values is used in its place. This will be fixed soon