From 226d170bb9cafe95df5235ae4db13e25e28d1536 Mon Sep 17 00:00:00 2001 From: Eric Satterwhite Date: Mon, 3 Jul 2017 07:27:48 -0500 Subject: [PATCH] docs fixes fix the logo image in index.html --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 66ba7270..ea933885 100644 --- a/docs/index.html +++ b/docs/index.html @@ -100,7 +100,7 @@
-

skyring

+

skyring

Travis npm npm @@ -113,7 +113,7 @@

Skyring

A distributed reliable timer service providing similar functionality to using setTimeout. Skyring servers are clustered into a hashring using consistent hashing to partition timers to specific nodes in the ring. Skyring exposes a simple HTTP API That allows to you create and cancel timers. Timer execution comes in to the form of an HTTP webhook ( more transports to come )

-

Architechture Overview

+

Architechture Overview

Install

npm install -s skyring

Run A Local Cluster

Start a nats instance

Download the nats binary and start it using the defaults

$ gnats -D -V

To verify that it is working, you can telnet directly to the server and ping it.

$ telnet localhost 42222
@@ -333,4 +333,4 @@ 
 
 
 
-
\ No newline at end of file
+