An open API service indexing awesome lists of open source software.

https://github.com/Verizon/remotely

An elegant RPC system for reasonable people
https://github.com/Verizon/remotely

Last synced: 7 months ago
JSON representation

An elegant RPC system for reasonable people

Awesome Lists containing this project

README

          

# Remotely

![image](docs/src/site/img/logo.png)

[![Join the chat at https://gitter.im/oncue/remotely](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/oncue/remotely?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/Verizon/remotely.svg?branch=master)](https://travis-ci.org/Verizon/remotely)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.verizon.remotely/core_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.verizon.remotely/core_2.11)
[![codecov](https://codecov.io/gh/Verizon/remotely/branch/master/graph/badge.svg)](https://codecov.io/gh/Verizon/remotely)

Remotely is a purely functional remoting library for reasonable people. It's fast, lightweight and models network operations as explicit monadic computations.

Please [see the documentation](http://oncue.github.io/remotely/) for more information.