Spell check README

这个提交包含在:
James Mills 2018-03-25 13:39:24 -07:00
父节点 02650c189a
当前提交 9146db7952
找不到此签名对应的密钥
GPG 密钥 ID: AC4C014F1440EBD6
共有 2 个文件被更改,包括 7 次插入2 次删除

2
.gitignore vendored 普通文件
查看文件

@ -0,0 +1,2 @@
*~
*.bak

查看文件

@ -5,7 +5,10 @@
[![Go Report Card](https://goreportcard.com/badge/prologic/msgbus)](https://goreportcard.com/report/prologic/msgbus)
[![GoDoc](https://godoc.org/github.com/prologic/msgbus?status.svg)](https://godoc.org/github.com/prologic/msgbus)
A distirbuted, scalable Message Bus server and library written in Go
A real-time message bus server and library written in Go with strong
consistency and reliability guarantees.
(*eventual goals of distributed high-availability and sharding*)
**Status:** Alpha Software. This is considered "alpha quality" and is actively
being developed, tested and evolved with other projects and use-cases.
@ -189,7 +192,7 @@ Design decisions so far:
* In memory queues (*may extend this with interfaces and persistence*)
* HTTP API
* Websockets for realtime push of events
* Websockets for real-time push of events
* Sequence ID Message tracking
* Pull and Push model