@litert/televoke
Version:
A simple RPC service framework.
14 lines (9 loc) • 551 B
Markdown
# Televoke1/Http
This module provides the http/1.1 transporter for Televoke1 protocol. It's a compatibility module for Televoke1, working
with the Televoke v1.x library.
> It's okay to use the Televoke1 as a fallback if both Televoke1 and Televoke2 are used.
## Examples
- [Server](../../../examples/network/server.ts)
- [Client over TCP](../../../examples/network/legacy-http-client.ts)
- [Client over TLS](../../../examples/network/legacy-https-client.ts)
- [Client over Unix Domain Socket](../../../examples/network/legacy-http-unix-client.ts)