项目作者: gohook

项目描述 :
Server for gohook client application
高级语言: Go
项目地址: git://github.com/gohook/gohook-server.git
创建时间: 2016-07-13T00:05:56Z
项目社区:https://github.com/gohook/gohook-server

开源协议:

下载


Gohook Server

Server for the gohook client application.

What is it

Gohook server is an api which accepts long lived connections for gohook client application. It identifies each gohook client
that’s connected in order to send them the correct webhooks as it receives them. It also exposes an REST HTTP api for creating,
updating, and removing the clients webhooks.

The server doesn’t care about the command or script that the client will run when the webhook is hit. It’s only job is to expose
the public webhooks and tunnel them down to the client.