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.
- Host: GitHub
- URL: https://github.com/r3shape/r3host
- Owner: r3shape
- License: apache-2.0
- Created: 2025-01-23T13:07:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T00:00:07.000Z (about 1 year ago)
- Last Synced: 2025-03-20T00:30:27.037Z (about 1 year ago)
- Topics: json-rpc2, python, rpc-library, socket-programming
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` )