nodejs-chat-app | Full Stack Chat Application with SMS configuration | SMS library
kandi X-RAY | nodejs-chat-app Summary
kandi X-RAY | nodejs-chat-app Summary
Full Stack Chat Application with SMS configuration.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of nodejs-chat-app
nodejs-chat-app Key Features
nodejs-chat-app Examples and Code Snippets
Community Discussions
Trending Discussions on nodejs-chat-app
QUESTION
I was following this tutorial on deploying a Node.js chat application using Socket.IO onto Azure Cloud Service. Instead of using the chat example provided in the tutorial, I wrote my own with some improvements and other features, but the overall structure is basically the same.
Everything worked fine, I also tested my app using the emulator and it worked as expected. However, I just can't seem to publish it on the Azure service correctly.
I entered the following cmdlet:
...ANSWER
Answered 2017-Mar-24 at 08:08I took your app and built it on my local environment. It didn't work as expected. I think the following would raise your issue:
1) Please consider updating your dependencies
npm modules to the latest version.
2) In your server.js
file, you required ip
and mongodb
modules, but you have not included them in dependencies
section.
So I changed your dependencies
in package.json
file to something like below, then it worked.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install nodejs-chat-app
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page