You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,16 @@
1
1
# Sigver
2
2
3
-
WebRTC Signaling server based on **WebSocket** for [**Netflux API**](https://coast-team.github.io/netflux), Javascript client and server side transport API for establishing peer to peer network.
WebRTC Signaling server based on **WebSocket** for [**Netflux API**](https://coast-team.github.io/netflux), Javascript client and server side transport API for establishing peer to peer network.
11
7
12
8
## Install
13
9
14
10
```shell
15
11
npm install -g sigver
16
12
```
17
13
18
-
Sigver is built on top of [µWebSockets](https://github.com/uNetworking/uWebSockets) server. If you encounter any problem with its installation, please check the project's repository.
19
-
20
14
## Run
21
15
22
16
```shell
@@ -93,3 +87,4 @@ Server may close the socket with the following codes:
93
87
-**ERR_HEARTBEAT = 4742** // Heart-beats error
94
88
-**ERR_MESSAGE = 4743** // Any error due to message: type, format etc.
95
89
-**ERR_BLOCKING_MEMBER = 4744** // When only one member left in the group and new peers could not join via him.
0 commit comments