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

Commit

Permalink
changed read me files
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbaitaliuk committed Oct 13, 2017
1 parent 293560c commit 4ac7abe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Platform](https://github.com/davigr/ClusterWS-Client-Swift/blob/master/Resources/platform.svg)](http://cocoadocs.org/docsets/ClusterWS-Client-Swift/)
[![swiftyness](https://github.com/davigr/ClusterWS-Client-Swift/blob/master/Resources/swift.svg)](https://swift.org/)

##Overview
## Overview
This is official Swift client for [ClusterWS](https://github.com/ClusterWS/ClusterWS).

[ClusterWS](https://github.com/ClusterWS/ClusterWS) - is a minimal **Node JS http & real-time** framework which allows to scale WebSocket ([uWS](https://github.com/uNetworking/uWebSockets) - one of the fastest WebSocket libraries) between **Workers** in [Node JS Cluster](https://nodejs.org/api/cluster.html) and utilize all available CPU.
Expand Down Expand Up @@ -167,6 +167,9 @@ let channels = webSocket.getChannels()
```
**To make sure that user is connected to the server before subscribing, do it on `connect` event or on any other events which you emit from the server, otherwise subscription may not work properly**

## See Also
* [Medium ClusterWS](https://medium.com/clusterws)

*Docs are still under development. If you have found any errors please submit pull request or leave issue*

## Happy coding !!! :sunglasses:

0 comments on commit 4ac7abe

Please sign in to comment.