-
can it be use with https://github.com/uNetworking/uWebSockets.js or any way i can add ssl and https support, ssl are require at most of the website nowadays
-
### Submitting
- [ ] Bug
- [x] Question
- [ ] Suggetion
- [ ] Other
### Details
I want to know how to get client ip?
-
Maybe somebody have example?
-
https://github.com/ClusterWS/ClusterWS/blob/aae7d10bfbd51e29a32dec361f5c82dac927a3ec/src/modules/worker.ts#L30
My example:
```js
wss.addMiddleware(Middleware.verifyConnection, ({ req }, n…
-
### Submitting
- [ ] Bug
- [x] Question
- [ ] Suggestion
- [ ] Other
### Details
My server application has got two endpoints. One endpoint is the websocket connection and another endpoi…
-
Hi,
I was wondering if you'd accept pull request that would allow specifying OPCODE_TEXT for messages that aren't strings. I have use case where I already have buffer and the only way to send it as…
-
Server
```
socket.send('myMsg', {
ID: 123123312,
message: 'my message'
});
```
Client
```
// Working
socket.on('message', async message => {
console.log('message', messag…
-
I need to make real-time changefeed like in the RethingDB.
I have a server-side collection and every document in this collection have a field like `['userid1','userid2','userid3','userid4']` with a…
-
### Submitting
- [ ] Bug
- [ ] Question
- [x] Suggetion
- [ ] Other
### Details
ClusterJS v3.1.1
Linux Ubuntu 18.04
Add remote start to trigger the creation of Socket instead of connecting…
-
### Submitting
- [ ] Bug
- [x] Question
- [x] Suggestion
- [ ] Other
### Details
It seems that this module works by forking a new process from the main process for each worker function …