doc: add features section

This commit is contained in:
mappu 2017-11-26 19:35:13 +13:00
parent 8730275115
commit a23cc9e61d
1 changed files with 12 additions and 3 deletions

View File

@ -1,10 +1,19 @@
An NMDC client protocol library for Golang.
This package offers both channel-based and synchronous APIs. Example is included.
An NMDC / ADC client protocol library for Golang.
Written in golang
Tags: nmdc
=FEATURES=
- Connect to NMDC and ADC hubs
- SSL (NMDCS/ADCS) with option to ignore certificate validity
- Autodetect NMDC/ADC protocol by timeout
- Send public and private chat messages, UserCommand support
- Protocol keepalives
- Parse user details (including UserIP2 for NMDC)
- Fast NMDC login via NoHello and QuickList
- Both synchronous (callback) and asynchronous (channel) -based APIs, including example
=GO GET=
This package can be installed via go get: `go get code.ivysaur.me/libnmdc`