Skip to content

Commit

Permalink
Add link to smd spec in Readme.md (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetcher authored Jan 19, 2021
1 parent a1145a1 commit ad40214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Go Report Card](https://goreportcard.com/badge/github.com/semrush/zenrpc)](https://goreportcard.com/report/github.com/semrush/zenrpc) [![Build Status](https://travis-ci.org/semrush/zenrpc.svg?branch=master)](https://travis-ci.org/semrush/zenrpc) [![codecov](https://codecov.io/gh/semrush/zenrpc/branch/master/graph/badge.svg)](https://codecov.io/gh/semrush/zenrpc) [![GoDoc](https://godoc.org/github.com/semrush/zenrpc?status.svg)](https://godoc.org/github.com/semrush/zenrpc)

`zenrpc` is a JSON-RPC 2.0 server library with Service Mapping Description support.
`zenrpc` is a JSON-RPC 2.0 server library with [Service Mapping Description](https://dojotoolkit.org/reference-guide/1.8/dojox/rpc/smd.html) support.
It's built on top of `go generate` instead of reflection.

# How to Use
Expand Down Expand Up @@ -140,4 +140,4 @@ We recommend to use [SMDBox](https://github.com/semrush/smdbox). It is Swagger-l
* [x] Server middleware
* [x] Basic support
* [x] Metrics
* [x] Logging
* [x] Logging

0 comments on commit ad40214

Please sign in to comment.