> Hi list, > > There is an error on the App.hx file of the SWHX tutorial we can find on > haxe.org <http://haxe.org>. It uses haxe.remoting.Server () that doesn't > exist in the API. What should we used instead? Fixed. Use neko.net.RemotingServer instead (since haXe 1.08). Nicolas