Skip to content
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.

Update README.md to be valid markdown #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/raw/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,21 @@ The pub-sub server understands the following simple text protocol. Each line is

To subscribe to a topic:

subscribe,<topic_name>
subscribe,<topic_name>

To unsubscribe from a topic:

unsubscribe,<topic_name>
unsubscribe,<topic_name>

To publish a message to a topic:

publish,<topic_name>,<message>
publish,<topic_name>,<message>

Where:

<topic_name> is the name of a topic
<topic_name> is the name of a topic

<message is some string you want to publish
<message> is some string you want to publish

To run the server:

Expand Down Expand Up @@ -197,7 +197,7 @@ Then point your browser at: http://localhost:8080.

An index page will be served which contains some links to urls of the form:

/details/<user>/<id>
`/details/<user>/<id>`

The server will extract the user and id from the uri and display it on the returned page

Expand Down