Friday, March 17, 2017

Adding a public directory to App Engine node.js Flex Project

Here's how you could host public static files like images and other html resources using the express plugin with node.js.

This video covers how you would add a public directory to to your app engine project.



Source Code:
https://gist.github.com/branflake2267/a023904bdc0521523775828a382a91d6


More Guides:
https://cloud.google.com/nodejs/getting-started/hello-world

No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...