# go-jsonrpc-skeleton **Repository Path**: sunquakes/go-jsonrpc-skeleton ## Basic Information - **Project Name**: go-jsonrpc-skeleton - **Description**: hyperf与go基于jsonrpc2.0通信Demo - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-20 - **Last Updated**: 2022-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Requirements - Go >= 1.15 # Installation using Composer - cd go-jsonrpc-skeleton - go get -d ./... - go run main.go # Test - Installed and started associated projects - go run main.go - Expected results ``` 7 2020/12/20 09:50:15 Listening http://127.0.0.1:3233 ``` # Associated projects [hyperf-skeleton](https://gitee.com/sunquakes/hyperf-skeleton)