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

https://github.com/r3shape/r3host

A simple network programming framework.
https://github.com/r3shape/r3host

json-rpc2 python rpc-library socket-programming

Last synced: 8 months ago
JSON representation

A simple network programming framework.

Awesome Lists containing this project

README

          

# r3host

### What is `r3host`?
r3host is a simple and extensible JSON-RPC network programming framework, written in python. Providing classes and utilities for accomplishing networking tasks for different internet and web protocols.

### The internet module: `r3host.inet`
#### internet protocols: ( `r3host.inet.TCP`, `r3host.inet.UDP` )

### The interweb module: `r3host.iweb`
#### internet protocols: ( `r3host.inet.HTTP`, `r3host.inet.HTTPS` )