Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
/ nats-publish-py Public archive

Minimal go-nats protocol publish-only client written in python. 🐍

Notifications You must be signed in to change notification settings

rhnvrm/nats-publish-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nats-publish

Minimal go-nats protocol based publish-only client written in python.

Example

from nats_publish import NatsPublish

np = NatsPublish(conn_options={
            "hostname": "demo.nats.io",
            "port": 4222,
        })

np.publish(msg='hello world', subject="foo")

About

Minimal go-nats protocol publish-only client written in python. 🐍

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages