examples
A repository of runnable Node.js examples that go beyond "hello, world!" (by nodejs)
nodejs-docs-samples
Node.js samples for Google Cloud Platform products. (by GoogleCloudPlatform)
examples | nodejs-docs-samples | |
---|---|---|
2 | 8 | |
639 | 2,912 | |
- | 0.3% | |
0.0 | 9.4 | |
about 1 year ago | 8 days ago | |
JavaScript | JavaScript | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
examples
Posts with mentions or reviews of examples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-04-12.
-
Next.js vs Node.js: A Modern Contrast
In addition to allowing developers to choose their preferred version, it addresses whether application customers have updated their browsers and developers who write JavaScript browser code can script server code without learning new technologies like Ruby, Python, or C#. Though there’s a list of topics to cover before interacting with Node.js, new developers can walk through Node’s official list of applications building with Node.js on GitHub.
- Best Resources to learn Node js
nodejs-docs-samples
Posts with mentions or reviews of nodejs-docs-samples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-29.
-
Having trouble getting Websockets to work with App Engine
Take a look at Google's sample App for Websocket and see if you're missing anything in your code or setup
-
Cloud Speech-to-Text for Bilingual Audio Streaming from a Single Speaker
I am creating a NodeJS application based off of the infinite streaming example provided by Google. All is well on the actual integration side of things, I am able to interact with Speech-to-Text just fine.
-
Where to Host a Node.js App
Google Cloud is a great environment for Node deployment.js applications. Here is the relevant section of its documentation.
-
free app projects I can deploy on GCP
NodeJS
-
App Engine -> IAM -> CLOUD SQL
the best info i found was this : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/d4eb8c8c3ed5d1d63245b7e7f28de45a95f3dd3e/cloud-sql/postgres/knex
-
GCP Project Ideas
Google has a lot of sample projects that you can play around with/start with. For example, this is a link to sample Apps based on Python from Google. They also have similar links for other languages - PHP, NodeJS.
-
OAuth2 authentication for a Google Cloud Functions
git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git cd nodejs-docs-samples/functions/helloworld/ # CREATE FUNCTION gcloud functions deploy helloGET --runtime nodejs16 --trigger-http
-
How do I consume or verify a Google Cloud Service account from my application side?
My question here is on the app side how do I validate the incoming credentials in my HTTP handler? Notably, the example in this doc and the repo (https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/main/run/pubsub) don't handle authentication on the consuming side.
What are some alternatives?
When comparing examples and nodejs-docs-samples you can also consider the following projects:
Node.js-Design-Patterns-Third-Edition - Node.js Design Patterns Third Edition, published by Packt
documentation - A general GCP documentation, FAQ, and how-to repository, maintained by the /r/googlecloud community on Reddit.
twitch_misc - Misc. Twitch bits and pieces
python-docs-samples - Code samples used on cloud.google.com
node-red-contrib-chatgpt - A Node-RED node that interacts with OpenAI machine learning models to generate text and image outputs like 'ChatGPT' and 'DALL·E 2'.
cloud-run-samples - Samples for Cloud Run