.Net wrapper for google app engine?

Does anyone know about a .net wrapper or about Python or java Google App Engine services?

Any help appreciated // :)

+3
source share
3 answers

I do not find it impossible to run .net on GAE. At the very least, it is not possible to run something that was created from .net sources or interprets them at runtime. Just think of Ruby or Python, both work on the JVM (using JRuby and Jython). You may have to look for something like this or try to cross-compile your .net code into Java class files.

: Sun # Java?. JaCIL jsc. , , , - .

+2

, ( , ): App Engine Python Java, .NET, , "" ? .NET " ", Azure ( .NET - Amazon, , AWS, MS, ...?).

+3

Python .NET, IronPython. , GAE, python. , , #.net, GAE- . , ( ), , SVG - . ?

0
source

Source: https://habr.com/ru/post/1719683/


All Articles