iamkinetic / NEventSocket

A reactive FreeSwitch eventsocket library for .Net/.Net Framework (.net standard 2)
Mozilla Public License 2.0
26 stars 11 forks source link

I don't understand how to use it #18

Closed DotNeter-Hpf closed 3 months ago

DotNeter-Hpf commented 11 months ago

For beginners, I don't need to care about NEventSocket.Tests. I just need to introduce the NEventSocket class library in my own project, and call InboundSocket.cs and OutboundListener.cs during project execution. Can I just listen? Is there a demo that can be run directly.