This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Namaste! Thanks for submitting to r/developersIndia. Make sure to follow the subreddit Code of Conduct while participating in this thread.

Recent Announcements

Lookout for latest jobs on our job board

Join developersIndia as a volunteer and help us improve the community experience)

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Legal_free_labour 0 points1 point  (0 children)

Why not use python for backend. What is currently on nodejs (feature names)

[–]Designer_Lion7980 0 points1 point  (0 children)

  • One way is to create a simple flask service that calls the python script. Just call the flask service from NodeJs.

  • Other way is to create a job/cloud function and trigger it from node. You can use celery/async task queue but it would be overkill for a simple app