Thanks for helping keep the Live-Rates docs and examples current.
Edit README.md and open a PR. Keep the ToC in sync if you add or rename a section.
- Create a folder under
examples/streaming/<lang>/(orexamples/rest/for a plain HTTP snippet). - Keep it to one source file plus the smallest possible dependency manifest (
package.json,requirements.txt,go.mod,composer.json,Gemfile,*.csproj). - Mirror the event flow of the existing clients: connect → optional
instruments→emit("key", …)→ logrates. Trial key"trial"for testing. - Add a
README.mdin your folder with:- the install command
- the run command
- expected first line of output
- No frameworks, no build systems beyond what the language normally needs, no committed
vendor/ornode_modules/.
Open an issue with the section name and what's wrong. PRs with the fix are even better.