Can I run Ruby and Node.JS applications under the same Project/App Engine?

40 views
Skip to first unread message

Subrahmanyam Madduru

unread,
Feb 16, 2017, 2:54:57 PM2/16/17
to Google App Engine
I need help to create a Solution.
  1. I am trying to create a Ruby app that store a column of data into "Redis" database.
  2. Now a Node.JS app processes incoming jQuery request to search for a word in the Redis cache.
  3. I am trying to run both Ruby and Node.JS apps under one app engine. Is it possible? Or should I need to create two seperate projects, and two seperate app engines (one each for Ruby and Node.JS)?
Greatly appreciate your help.

Alex Martelli

unread,
Feb 16, 2017, 7:22:42 PM2/16/17
to google-a...@googlegroups.com
You can have multiple *services* (once known as *modules*) within the same app; each service can use whatever language you prefer. See e.g https://cloud.google.com/appengine/docs/flexible/python/configuration-files to start.

Alex

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2ec06ad5-a615-4768-8648-57add40dfb0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages