https://github.com/foomo/gotsrpc
Go TypeScript RPC - expose Go code over http JSON RPC to TypeScript clients, oh and gorpc is much easier with this too
https://github.com/foomo/gotsrpc
golang-rpc rpc rpc-framework typescript-rpc
Last synced: about 2 months ago
JSON representation
Go TypeScript RPC - expose Go code over http JSON RPC to TypeScript clients, oh and gorpc is much easier with this too
- Host: GitHub
- URL: https://github.com/foomo/gotsrpc
- Owner: foomo
- License: mit
- Created: 2016-05-12T15:33:49.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T18:36:28.000Z (3 months ago)
- Last Synced: 2025-04-08T13:49:59.150Z (3 months ago)
- Topics: golang-rpc, rpc, rpc-framework, typescript-rpc
- Language: Go
- Homepage: https://www.foomo.org/docs/projects/gotsrpc
- Size: 779 KB
- Stars: 29
- Watchers: 13
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/foomo/gotsrpc/actions/workflows/test.yml)
[](https://goreportcard.com/report/github.com/foomo/gotsrpc)
[](https://coveralls.io/github/foomo/gotsrpc?branch=main)
[](https://godoc.org/github.com/foomo/gotsrpc)
![]()
# Go / TypeScript and Go / Go RPC
## Documentation
Please refer to the documentation:
https://www.foomo.org/docs/projects/gotsrpc
## Installation
Follow the docs:
https://www.foomo.org/docs/projects/gotsrpc/cli#installation
From source to /usr/local/bin/gotsrpc:
```bash
go get github.com/foomo/gotsrpc/v2
cd $GOPATH/src/github.com/foomo/gotsrpc
make install
```Release downloads:
[https://github.com/foomo/gotsrpc/releases](https://github.com/foomo/gotsrpc/releases)
## How to Contribute
Please refer to the [CONTRIBUTING](.gihub/CONTRIBUTING.md) details and follow the [CODE_OF_CONDUCT](.gihub/CODE_OF_CONDUCT.md) and [SECURITY](.github/SECURITY.md) guidelines.
## License
Distributed under MIT License, please see license file within the code for more details.
_Made with ♥ [foomo](https://www.foomo.org) by [bestbytes](https://www.bestbytes.com)_