Thursday, 25 May 2017

How do I send message from c# form application to Socket.io application

I found these two examples on net one is socket.io application and second is c# form application which are server client based applications which works fine but when I try to establish communication between c# form application and socket.io application I can not see messages send from c# form application.I am running socket.io application as my server and c# form application as my client and used same port number on both side. I think it does not receive data because index.html first ask for nickname then it shows messages send from that user.what should I do so that first received message will be considered as user name and then remaining messages will be displayed on web page along with username.I needed username because I want to send messages from index.html to c# form application also.Please help I am trying to achieve this from like three weeks.Thank you.



via ValarDohaeris

No comments:

Post a Comment