Skip to content

Commit 7de1a47

Browse files
committed
tweak readme
1 parent f89d485 commit 7de1a47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![Rust](https://github.com/ckampfe/httpipe/actions/workflows/rust.yml/badge.svg)](https://github.com/ckampfe/httpipe/actions/workflows/rust.yml)
44

5-
httpipe is an HTTP server that allows HTTP clients to publish and subscribe to each other.
6-
clients can interact via a queue-like mechanism ("channels") where a producer and a consumer are matched 1:1 in the order in which they connect, or a fanout mechanism ("pubsub") where a producer can publish a message to many consumers in parallel.
5+
`httpipe` is an HTTP server that allows HTTP clients to publish and subscribe to each other.
6+
7+
Clients can interact via a queue-like mechanism ("channels") where a producer and a consumer are matched 1:1 in the order in which they connect, or a fanout mechanism ("pubsub") where a producer can publish a message to many consumers in parallel.
78

89
## Channels
910

0 commit comments

Comments
 (0)