aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-06-22 18:10:03 +0200
committercbdev <cb@cbcdn.com>2019-06-22 18:10:03 +0200
commitfadc42453aca482a9db4f5c92adf58d43d87cdc7 (patch)
tree3ad8cb3e0461eef1a258998aab4100960493bf6b /README.md
parente80367b0535a1800d0f95078d77ae735528e2523 (diff)
downloadwebsocksy-fadc42453aca482a9db4f5c92adf58d43d87cdc7.tar.gz
websocksy-fadc42453aca482a9db4f5c92adf58d43d87cdc7.tar.bz2
websocksy-fadc42453aca482a9db4f5c92adf58d43d87cdc7.zip
Implement JSON framing function (Fixes #2)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 67297da..c3a473e 100644
--- a/README.md
+++ b/README.md
@@ -144,8 +144,9 @@ The integrated default backend takes the following configuration arguments:
This repository comes with some plugins already included, in addition to the built-in backend and framing functions.
Documentation for these resides in the `plugins/` directory.
-* [backend\_file](plugins/backend_file.md)
-* [framing\_fixedlength](plugins/framing_fixedlength.md)
+* [backend\_file](plugins/backend_file.md) - Read connection peers from dynamic file paths
+* [framing\_fixedlength](plugins/framing_fixedlength.md) - Frame the peer stream using fixed length segments
+* [framing\_json](plugins/framing_json.md) - Segment the peer stream into JSON entities
# Building