Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
3hajk committed May 24, 2023
1 parent ac47779 commit 1867f4b
Show file tree
Hide file tree
Showing 6 changed files with 13,922 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea/
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

.PHONY : all
all: proto

proto:
@docker run --platform linux/amd64 --rm -v `pwd`:/defs namely/protoc-all:1.51_1 -f api/grpc/v1/api.proto -l go -o .
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Gocent gRPC
======

Gocent gRPC is a [Go](http://golang.org/) gRPC API client for [Centrifugo](https://github.com/centrifugal/centrifugo) real-time messaging server.

Documentation
-------------

- [API Reference](http://godoc.org/github.com/centrifugal/gocent)

Installation
------------

Install gocent-grpc using the "go get" command:

```
go get github.com/kattana.io/gocent-grpc
```

License
-------

Gocent-grpc is available under the MIT license.
Loading

0 comments on commit 1867f4b

Please sign in to comment.