Skip to content

dynastymasra/nats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang NATS Jetstream

Go

This is golang example for use NATS with publisher and queue subscriber. Before run this apps, you must installed NATS Streaming Server first.

How To Run and Deploy

Before run this service. Make sure all requirements dependencies has been installed likes Golang, and NATS

Local

This app has 2 folders, publish and subscribe.

App in folder publish used for send message to NATS server and App in folder subscribe used for consuming message from NATS server.

Use command go run main.go in publish or subscribe folders for run this application.

Releases

No releases published

Packages

No packages published

Languages