Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
Add dependencies section.
  • Loading branch information
romshark committed Mar 8, 2018
1 parent f713dcd commit 769108f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The [webwire-go](https://github.com/qbeon/webwire-go) library provides both a cl
- [Hooks](https://github.com/qbeon/webwire-go#hooks)
- [Server-side Hooks](https://github.com/qbeon/webwire-go#server-side-hooks)
- [Client-side Hooks](https://github.com/qbeon/webwire-go#client-side-hooks)
- [Dependencies](https://github.com/qbeon/webwire-go#dependencies)


## Installation
Expand Down Expand Up @@ -171,6 +172,10 @@ Various hooks provide the ability to asynchronously react to different kinds of
- OnSessionCreated
- OnSessionClosed

## Dependencies
This library depends on:
- **[websocket](https://github.com/gorilla/websocket)** version [v1.2.0](https://github.com/gorilla/websocket/releases/tag/v1.2.0) by **[Gorilla web toolkit](https://github.com/gorilla)** - A WebSocket implementation for Go.

----

© 2018 Roman Sharkov <roman.sharkov@qbeon.com>

0 comments on commit 769108f

Please sign in to comment.