Skip to content

Using relay server to connect Vue.js app to nats cluster.

Notifications You must be signed in to change notification settings

amirhnajafiz/vue-nats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e566c0d · Mar 28, 2023
Mar 28, 2023
Mar 28, 2023
Mar 13, 2022
Mar 28, 2023
Mar 28, 2023
Mar 28, 2023

Repository files navigation

Vue Nats

Connect your Vue.js application to Nats cluster using a relay server. By building a relay server with Node.js you can receive events from Nats on you Vue.js application.

Advantages

By using a relay server as a proxy server between Nats cluster and Vue.js application you can:

  • Increase security in Nats connections
  • Simple event receiving in client side
  • Add filters for getting events
  • Having a dynamic subscribing system
  • Implementing a caching system if needed

Run

Use docker-compose to set a Nats cluster and Application on localhost:80.

docker compose up -d