Thread: websockets?
View Single Post
  #3  
Old 09-16-2016, 08:53 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Kirko View Post
Would anyone know how I would create a websocket connection?
I'm not sure if TSocket is the same thing or there is something else :o
TSockets are for standard TCP connections, and as Xzirox correctly identified, they need to be enabled before you can use them. WebSockets are a bit of a different animal. There are also functions/classes for performing standard HTTP requests.

What exactly are you trying to do?
__________________
Skyld
Reply With Quote