Replies: 6 comments 9 replies
-
oops, node-datachannel install error |
Beta Was this translation helpful? Give feedback.
-
I get these errors installing on CentOS 7. I'm using nvm for my node install. Any ideas?
|
Beta Was this translation helpful? Give feedback.
-
In version 2,also please implement the ability of client to run on node(useful for simulating multiple clients while developing game and also for stress-testing geckos.io server). If it is already supported ,please mention in the README . https://github.com/murat-dogan/node-datachannel/blob/master/examples/client-server/client.js provides an example which can be helpful to you for starting. |
Beta Was this translation helpful? Give feedback.
-
It seems cmake >= 3.15 is not the only dependency. I installed My Dockerfile:
When running
|
Beta Was this translation helpful? Give feedback.
-
Is there any ETA for V2? |
Beta Was this translation helpful? Give feedback.
-
hi @yandeu any idea what I'm doing wrong? The code worked fine with the older version. Edit: NVM i solved it, it was actually parcel that was conflicting with a polyfill - in case it helps someone in the future. |
Beta Was this translation helpful? Give feedback.
-
Version 2 will likely be available soon with a huge performance improvement. The API stays exactly as it is now. The only thing that changes is the WebRTC implementation. I switched from wrtc to node-datachannel. node-datachannel is much lighter and faster compared to wrtc.
You can test it today:
npm i @geckos.io/client@dev @geckos.io/server@dev
Beta Was this translation helpful? Give feedback.
All reactions