TCP network client commands

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
the.weavster
Posts: 220
Joined: Sat Mar 01, 2014 3:02 pm

TCP network client commands

Post by the.weavster »

TCP network client commands like PB's.
skinkairewalker
Posts: 120
Joined: Tue Jun 14, 2016 7:17 pm

Re: TCP network client commands

Post by skinkairewalker »

u need use websocket with javascript
the.weavster
Posts: 220
Joined: Sat Mar 01, 2014 3:02 pm

Re: TCP network client commands

Post by the.weavster »

skinkairewalker wrote:u need use websocket with javascript
I believe WebSockets still add a small header which could be enough to break protocols for some devices, I want raw TCP (for Mobile not Web).
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: TCP network client commands

Post by Peter »

plouf
Posts: 194
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: TCP network client commands

Post by plouf »

it would help it a lot of projects

However must be noted that cordova plugins are for mobile compiled apps and not for Web
Christos
Post Reply