Skip to content

taitung/nginx_nats_pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

nginx_nats_pub

ngxin_nats_pub using nginx_nats is a nginx location module saving http post data to NATS server.

Configuration

  nats {
    server host:post
    reconnect 2;
    ping 30s:
    .
    .
    .
  }

  http {
    server {
      location ~/path {
        natspublisher "subject" "replyTo"
      }
      .
      .
      .
    }
  }

build

--add-module=/path/to/nginx_nats_pub

About

publish http post data to NATS server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages