Categorygithub.com/blues/note
module
1.7.2
Repository: https://github.com/blues/note.git
Documentation: pkg.go.dev

# README

NOTEHUB TM

The Blues toolset for manipulating notes and the the basics for creating a hub server.

See also:

  • note-go for the Go API for communicating with the Notecard + other go tools

How to contribute

Contributions are welcome!

Please read the document How to contribute which will guide you through how to build the source code, run the tests, and contribute your changes to the project.

How to install

Add the package to your go.mod file:

require github.com/blues/note

Or, clone the repository:

git clone --branch master https://github.com/blues/note.git $GOPATH/src/github.com/blues/note

# Packages

Inbound TCP support.
Package jsonxt implements encoding and decoding of JSON as defined in RFC 7159.
Package notelib wire.go handles all conversions between the RPC's req/rsp structure and compressed on-wire formats.