-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example usage code #4
Comments
I djkitsch, we totally agree that there should be included some example code on how to use the library from C#. |
I've experimented with this today and am very satisfied with the results. The CometD.NET code plays very nicely with Faye, so this is definitely a hugh pre for Faye when comparing to socket.io which still lacks any .NET support. |
grEvenX - I actually got distracted with client-side code in Objective-C, and we ended up going with ActiveMQ on the server-side, but the project's still pending. zzattack - good job with that! Any chance of seeing the code you used to get it working? |
I put up a super simple example here. |
I used this client library in a system I'm working on, check it out here: http://github.com/HakanL/Auto-Deployment |
I've added the usage example from the java-client, tested it, and also added a link to HakanL's project. It's all in README.TXT |
As it stands, the library is somewhat impenetrable. Use of Interfaces and lack of inline documentation mean it's hard to figure out how to use it in another project - have you got any example code where a connection's established and pub/sub stuff goes on? I'm pretty desperate for a .NET Bayeux client!
As an aside, I'm hoping that since it's a standard protocol, it'll work with this: http://faye.jcoglan.com/node.html - will report back once it's up and running.
Thanks!
The text was updated successfully, but these errors were encountered: