/socket-mq-poc

Node message bus and web sockets PoC.

Primary LanguageJavaScript

Node Web Socket and Message Bus PoC

Node message bus and web sockets PoC.

  1. Vue FrontEnd
  • Navigate to root
  • Run >npm install
  • Run >npm run dev - to launch client dev server
  1. Node BackEnd
  • Navigate to /server/backend-api
  • Run >npm install
  • Run >npm start - to start Express API server
  1. Ports:
  • Client is on localhost:8890
  • Express REST API is on port 3001