nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.45k stars 278 forks source link

Node JS running on a web server #4271

Closed Stranner closed 1 month ago

Stranner commented 9 months ago

What is the problem this feature will solve?

I have no experience with Node js. For a single application I need Node JS functionality. I have a working application on a web server that works primarily in PHP. Questions: Is it possible to upload a copy of Node JS to a web server?

Annotation: The application is designed to query short-lived access tokens for Firebase messaging

What is the feature you are proposing to solve the problem?

Annotation: The application is designed to query short-lived access tokens for Firebase messaging Link to Firebase

What alternatives have you considered?

is there an application online where I can run Node JS?

No response

preveen-stack commented 9 months ago

Is it possible to upload a copy of Node JS to a web server?

https://www.digitalocean.com/community/tutorials/how-to-create-a-web-server-in-node-js-with-the-http-module Google cloud / firebase seems to support nodejs runtime pls check nodejs runtime

Stranner commented 8 months ago

Sorry, preveen-stack there is a misunderstanding. I don't want to create a web server. I want to upload NODE JS to a web server and run commands.

The background is: Firebase provides a short-term authentication key. This is only valid for 1 hour. To retrieve this key, Firebase provides instructions in NODE JS, Java, Python, Go, C#.

kshitijsaksena commented 8 months ago

Hi @Stranner If I understand your question correctly then you want to run the Node.js code given by firebase to retrieve an auth key. If so then one way is to spin up your own node.js server and write this functionality in it. If you don't want to manage your own Node.js server then use cloud providers serverless products to just write your code and run it. eg: AWS Lamda or Firebase cloud functions. I guess you are already using Firebase so it would be good to use cloud function in Firebase. Here's a link to know about cloud functions: Firebase Cloud Functions

github-actions[bot] commented 2 months ago

It seems there has been no activity on this issue for a while, and it is being closed in 30 days. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.

github-actions[bot] commented 1 month ago

It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment. If you need further assistance or have questions, you can also search for similar issues on Stack Overflow. Make sure to look at the README file for the most updated links.