Hi
I have been learning networking coding using C# (WebSockets) and used MessagePack to pack and send classes over the net.
What I would like to do however is use Javascript as client and C# for the server. Is this doable?
So far i have used javascript MessagePack implemenatations to encode json and then decode that on the server
But can I also send C#/JS classes over net? MessagePack C# has Deserialize function but I dont know if I can deserialize JS classes via that (in the server)?
any tips welcome. thx! 🙂
I have been learning networking coding using C# (WebSockets) and used MessagePack to pack and send classes over the net.
What I would like to do however is use Javascript as client and C# for the server. Is this doable?
So far i have used javascript MessagePack implemenatations to encode json and then decode that on the server
But can I also send C#/JS classes over net? MessagePack C# has Deserialize function but I dont know if I can deserialize JS classes via that (in the server)?
any tips welcome. thx! 🙂