Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have a question #172

Open
cimssi opened this issue May 16, 2019 · 1 comment
Open

I have a question #172

cimssi opened this issue May 16, 2019 · 1 comment

Comments

@cimssi
Copy link

cimssi commented May 16, 2019

I want to communicate with socket as below.
ex) "http://test.com:5000/test/05/abc/true"

What should I do???

@saormart
Copy link

That's not a socket communication....
A socket would be something like this:
let client = TCPClient(address: "http://test.com", port: 5000)
You need to make your "back end" to accept socket connection!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants