abhijeetbhagat / genmei

A SignalR client library implemented in Rust. WIP
7 stars 0 forks source link

How to use Genmei #4

Open lf94 opened 6 years ago

lf94 commented 6 years ago

Hey,

As of now you are practically the top result for "SignalR rust". If you explain how to use this I would greatly appreciate it. I can read your source but this will be much easier and time saving.

Thanks!

abhijeetbhagat commented 6 years ago

Hi! Thank you for showing interest in this library. It is still work in progress but i am working on it everyday to get it up and ready for a release. I am still experimenting with the APIs. I have started with ServerSentEvents transport implementation. The test_connection_create test in lib.rs will give you a basic idea about how the API should be used. Again, the library is evolving and contributions are most welcomed.

lehne commented 5 years ago

which version of SignalR are you building this for?

abhijeetbhagat commented 5 years ago

This is for the 1.4 version.