<div dir="ltr">Server-side Swift is not mature by any measure, but there are very vibrant groups building a few competing solutions, outside the IBM group. I&#39;ve already built a low-importance, in-production server using <a href="https://github.com/qutheory/vapor">Vapor</a>. There&#39;s another group called <a href="https://github.com/Zewo/Zewo">Zewo</a> also building web frameworks and underlying technology. In an attempt to make the quickly-emerging frameworks pluggable into each other, these <a href="https://github.com/open-swift">spec-like</a> libraries were created. Another collection of frameworks in <a href="https://github.com/nestproject">nestproject</a>, which aims at standardizing the web server/web application interface.<div><br></div><div>There are many more projects, but I&#39;ve contributed to these three and there are many very active people trying to create production-ready tools by the time Swift 3 is released. Again, you can already build servers today, but expect Swift and APIs to change frequently until Swift 3 drops. So if you&#39;d like to contribute, these might be a good place to start.</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, May 1, 2016 at 10:09 PM Dru Satori via swift-users &lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Fwiw, I already have some swift code deployed in my internal server clusters.<br>
<br>
Sent from my iPhone<br>
<br>
&gt; On May 1, 2016, at 12:40 PM, Basem Emara via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; This is certainly possible even today. There are many vibrant initiatives in this space that make it usable. I wouldn’t use it in production for another couple years until the dust settles and gets battle tested in real-world production scenarios (think how long Node.js took to be adopted by enterprise companies). If Apple were to officially release a Swift server, it would definitely accelerate this process.<br>
&gt;<br>
&gt;&gt; On May 1, 2016, at 10:48 AM, Raphaël Wach via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Swift programmers,<br>
&gt;&gt;<br>
&gt;&gt; I would like to ask for opinions or feedback about server side application with swift.<br>
&gt;&gt; Is it realistic to think about creating an application server with swift ?<br>
&gt;&gt; I would love to develop games with both client and server in Swift and get rid of any other technologies in my stack but I am not sure that it’s a good idea for now.<br>
&gt;&gt; I know that IBM started to allows server side Swift in their cloud though probably not many people use it for now as it’s a very recent work.<br>
&gt;&gt;<br>
&gt;&gt; So does that seem possible for you to develop, host and maintain a game server with Swift or should I keep using more common server side technologies like C++, Node.js… ?<br>
&gt;&gt;<br>
&gt;&gt; Hopefully, you can give me advices and help me to choose the best solution.<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt;<br>
&gt;&gt; Raphaël<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; swift-users mailing list<br>
&gt;&gt; <a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a><br>
&gt;&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-users</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; swift-users mailing list<br>
&gt; <a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-users</a><br>
_______________________________________________<br>
swift-users mailing list<br>
<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-users</a><br>
</blockquote></div>