Modified:
trunk/README
Log:
quick note about testing using only curl
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Sat Sep 6 23:15:03 2008
@@ -27,6 +27,17 @@
connections by the test subscriber, or watch the messages at
http://localhost:8888/msgbus/flood
+for a quick test:
+
+1. start msgbus
+
+2. point your browser to http://localhost:8888/msgbus/foo
+
+3. try the following command a few times while watching your browser:
+
+ curl http://localhost:8888/msgbus/foo -H 'Content-Type: text/html' \
+ --data-binary "<h1>hello world `date`</h1>"
+
quick protocol details:
to publish JPEGs as messages on the 'foo' channel: