Forum > Networking and Web Programming

something similar to signalR

<< < (2/2)

PierceNg:
SignalR has two layers: transport and hub messaging. The transport layer protocol is websockets. The hub messaging protocol allows two-way RPC and streaming; messages are encoded in either JSON or message pack (aka msgpack) format.

Even when building your own thing over websockets, SignalR's hub protocol is a good starting reference point.

- SignalR specs
- msgpack format

Navigation

[0] Message Index

[*] Previous page

Go to full version