rawrtc / rawrtc-data-channel

A standalone WebRTC and ORTC data channel implementation.
BSD 2-Clause "Simplified" License
52 stars 6 forks source link

The big picture #1

Open lgrahl opened 6 years ago

lgrahl commented 6 years ago

To Do:

Afterwards:

Globik commented 6 years ago

Why are you using everywhere in your code "const"?

lgrahl commented 6 years ago

For the same reason everything in Rust is immutable by default: It can be optimised by the compiler.

Globik commented 6 years ago

Is this your work for NEAT? https://github.com/NEAT-project/neat/blob/master/neat_webrtc_tools.h I can't beleiving it. It uses rawrtc stack on top of libuv loop!

lgrahl commented 6 years ago

I'm not working on that project. They use RAWRTC but have also sponsored development of this library. You can find the libuv compatible branch here: https://github.com/rawrtc/re/tree/rawrtc-neat