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

Swift 2? #65

Closed
vahids opened this issue Jan 28, 2017 · 1 comment
Closed

Swift 2? #65

vahids opened this issue Jan 28, 2017 · 1 comment

Comments

@vahids
Copy link

vahids commented Jan 28, 2017

Hi, I'm implementing a library that needs a TCP server socket.
apple document dose not complete:
https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/NetworkingTopics/Articles/UsingSocketsandSocketStreams.html

So I found your library, but seems like It's just support Swift > 3
I just need to run a TCP Socket server on a port to connect other device to this port.
sorry for my english ;-)

@danshevluk
Copy link
Collaborator

If you need only server is suggest you to look at this library:
https://github.com/httpswift/swifter
It's a good HTTP server in Swift with a lot of options and I suppose have a tag with Swift 2 support.

If you want to use SwiftSocket you read similar issue: #58

We do not support Swift 2.

Hope it's helpful 🙂

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