Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://higherkindness.github.io/mu/
Mu is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2
https://higherkindness.github.io/mu/
algebra functional-programming monads mu protocol rpc scala tagless-final
Last synced: 3 months ago
JSON representation
Mu is a purely functional library for building RPC endpoint based services with support for RPC and HTTP/2
- Host: GitHub
- URL: https://higherkindness.github.io/mu/
- Owner: higherkindness
- License: apache-2.0
- Created: 2017-05-05T09:26:51.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T05:22:34.000Z (4 months ago)
- Last Synced: 2024-07-17T02:25:54.222Z (4 months ago)
- Topics: algebra, functional-programming, monads, mu, protocol, rpc, scala, tagless-final
- Language: Scala
- Homepage:
- Size: 7.49 MB
- Stars: 333
- Watchers: 25
- Forks: 37
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-grpc - Mu - Mu RPC is a purely functional library for building RPC endpoint-based services with support for gRPC and HTTP/2 (Language-Specific / Scala)
README
[![codecov.io](http://codecov.io/gh/higherkindness/mu-scala/branch/master/graph/badge.svg)](http://codecov.io/gh/higherkindness/mu-scala)
[![Maven Central](https://img.shields.io/badge/maven%20central-0.21.3-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.higherkindness~mu-scala*)
[![Latest version](https://img.shields.io/badge/mu--scala-0.21.3-green.svg)](https://index.scala-lang.org/higherkindness/mu-scala)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/higherkindness/mu-scala/master/LICENSE)
[![Join the chat at https://gitter.im/47deg/mu](https://badges.gitter.im/47deg/mu.svg)](https://gitter.im/47deg/mu?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![GitHub Issues](https://img.shields.io/github/issues/higherkindness/mu-scala.svg)](https://github.com/higherkindness/mu-scala/issues)# mu-rpc
Mu RPC is a purely functional library for building [RPC] endpoint-based services with support for [RPC] and [HTTP/2].
Also known as [mu], it brings the ability to combine [RPC] protocols, services, and clients in your Scala program, thanks to [gRPC].
## Documentation
The full documentation is available at the [mu](https://higherkindness.github.io/mu) site.
## Demo
See the [mu-scala-examples](https://github.com/higherkindness/mu-scala-examples) repository.
[RPC]: https://en.wikipedia.org/wiki/Remote_procedure_call
[HTTP/2]: https://http2.github.io/
[gRPC]: https://grpc.io/
[mu]: https://higherkindness.github.io/mu/
[frees-config]: http://frees.io/docs/patterns/config/# Copyright
mu-scala is designed and developed by 47 Degrees
Copyright (C) 2017-2020 47 Degrees.