DEV Community

Discussion on: How to Build a Real-time Chat App With NodeJS, Socket.IO, and MongoDB

Collapse
 
polotent profile image
Alexander Miroshnichenko • Edited

It should be require("./dbconnection") in App.js, not require("./dbconnect").

And it should be require("./ChatSchema") in App.js, not require("./Chat").