Search code examples
google-app-enginerequestserversocketapplication-server

Google App engine is just a hosting service?


I just made my first application on App Engine which is a single page that says "hello" when I access it.

But I wonder if I can make an application server, so that different programs can connect to it, by different ports.

For example, Amazon EC2 I can have a program running, that attends multiple requests from other programs by Sockets.

I can do this in Google App Engine?

Thank you.


Solution

  • You should probably be using Google Compute Engine for this sort of thing. https://developers.google.com/compute/