Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is SignalR Payload agnostic?

Does SignalR support payloads other than those containing JSON or Text like BSON, etc.

like image 400
sgtz Avatar asked Dec 04 '12 14:12

sgtz


1 Answers

Out of the box? No. By default SignalR only supports JSON. However, it being open source/a framework you can quite easily make small modifications (an adapter) to support other formats on your own.

like image 149
N. Taylor Mullen Avatar answered Sep 28 '22 23:09

N. Taylor Mullen