Hacker News new | ask | show | jobs
by Entangled 3393 days ago
For Swift on the server you only need an editor like Sublime, Atom, or whatever suits your fancy. That's it, nothing else. Get one of the most popular frameworks like Kitura, Vapor, Perfect, Zewo or the dozens of smaller ones and be ready to deploy to Heroku, Bluemix, AWS, Google Cloud, Digital Ocean in no time.

It is that simple, tested, proven, it works, it simply works. In just a couple of weeks I developed a couple of apps in Swift and they're up and running unattended:

http://swiftforums.herokuapp.com

http://pokerduel.herokuapp.com

Repos here:

https://github.com/kuyawa

And the fact that you can also develop for the desktop, mobile, tablets, watch, TV and IoT in one language is a huge advantage.

Swift is here to stay.

6 comments

you always need at least compiler/interpreter to execute your code... unless write bytecode in your editor
Yes, but you don't need a compiler/editor, you can separate those.
If your editor is your compiler, then something is seriously wrong.
You can do that today with iOS apps theoretically too & just use command line xcodebuild. You'll be missing all of the IDE things that swift is struggling with although.
I think stability and maturity and is what Swift is missing now to qualify for many domains you mentioned(i.e IoT/systems programming)
> http://pokerduel.herokuapp.com

Doesn't seem to work with the latest Firefox version on Mac. It loads, but clicking does nothing.

Are you developing any iOS apps in Swift? How might I contact you to ask about your experience so far?
proven?