Page 1 of 1

Extentions in C#

Posted: 23 Sep 2009, 12:14
by Nir.Abr
Is there any way to create SFS extentions in C# instead of Java ? and if not, is it on the road map ?

Posted: 23 Sep 2009, 13:45
by Lapo
Hello,
sorry no C# support is planned. Being SmartFox a Java based application there's no good way to bring C# in the JVM.

However there's a good news... if you know your C# you won't have any problems with Java. To use an euphemism Microsoft "borrowed" quite a lot from Java when they designed C#... (one could argue that C# borrowed from C++ as Java did, actually :) )

Anyways the jump from C# to Java is really tiny, almost non existent :)

c#

Posted: 05 Oct 2009, 21:33
by emaier
you can run unity3d on top of sfs.. which is c#. but end users will be required to install unity plugin

Posted: 06 Oct 2009, 07:44
by Lapo
Unity3D is client side. The question was about supporting C# on the Server side.