Page 1 of 1

Socket

Posted: Wed Jan 24, 2018 2:29 pm
by ctaty3
Greetings!

It would not be bad to add functions to manage the socket (including the transfer of data through it). In my opinion, this is a very necessary thing!

Re: Socket

Posted: Wed Jan 24, 2018 8:10 pm
by Serkan
There will be socket support
According to user-base of this kind of applications , we still did not make a decision on the type of socket support

Raw sockets , or moderated , or simplified

Raw sockets might be very usefull for users who connect to some custom devices on LAN ,but might be confusing for regular users
We'll make a decision on this later after collected some feedback from alpha testers

Additionally ,there will be an Internet class , this could be used for ,WEB,REST ,SOAP, or anything else that can be delived via HTTP headers or body
A Download class for dowloading files from remote web servers

Re: Socket

Posted: Wed Jan 24, 2018 9:20 pm
by BadKaiPanda
Why don't you offer raw with a simplied api on top for the other users, meaning that it's keeping both parties happy the hard core user and them new users.