NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: KC Chin on November 23, 2018, 12:09:55 AM
-
Hi,
I am not using the Webserver that need browsers. NetWebServer Allow WebSockets
I have an app which use the NetSimple as a server.
This app does not do web. It is just receiving and sending data from/to client or another server).
(all apps are Clarion)
Questions:
1. Adding the Extension, NetWebSocketServer, how to use or share the same IpAddress and Port?
2. Must the WebSockets requires Web?
Regards,
KC
-
>> 1. Adding the Extension, NetWebSocketServer, how to use or share the same IpAddress and Port?
Share with what? Multiple clients using the same server? Or multiple different servers sharing the same IP and Port?
>> 2. Must the WebSockets requires Web?
Yes
Cheers
Bruce
-
1. share the ip address and port in one procedure that have NetSimple and NetWebSocketServer
answer my own question. oh well! more headaches. Separate server app for separate job. Less problem and smoke less.
2. NetWebSocketServer requires Web? more like need a webserver
Done.