| Author |
|
| Company |
Frozen Mountain |
| Source Code Available |
No |
| License Type |
Free to try |
| Submitted On |
April 19, 2011 |
| Updated on |
May 05, 2011 |
| .NET Framework |
2.0, 3.5 |
| Cost |
Free |
Description
Need real-time chat or communication in your application? Look no further. WebSync is the highest quality real-time chat component on the market.
Syntax Example
client.connect();
client.subscribe({
channel: '/test',
onReceive: function(args){
console.log(args.data);
}
});
Reviews
Submit a review