Skip to content

guybrand/go-nats-step-by-step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Step by step NATS implementation in golang

This repository contains golang source code for all the samples for nats implementation as presented on Go Israel Meetup at JFrog TLV

Presntation link:

Go NATS - The presentation also includes much of code built step by step, and instructions how to run each step(s).

Requirements

Go 1.14 or later version

NATS server running on your local machine, easiest way to run it:

$ docker pull nats
$ docker run --name nats --network nats --rm -p 4222:4222 -p 8222:8222 nats --http_port 8222

Meetup video link:

https://youtu.be/uUeD7hGrio8

About

Source code of all the samples for nats implementation as presented on https://www.meetup.com/Go-Israel/events/284585914/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages