ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
152 stars 81 forks source link

Hello ThalKod #166

Closed m1lw0rm closed 5 years ago

m1lw0rm commented 5 years ago

Hello, The project has potential, I would like to test it mall. But I am still new in the "NodeJs", I have followed your instalation and get this here only

nodemon app.js

[nodemon] 1.18.9 [nodemon] to restart at any time, enter rs [nodemon] watching: . [nodemon] starting node app.js (node:3015) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect. (node:3015) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead. listenning on 5000

Is that so ok? I can not see the page on my domain?

I'm sorry I'll take your time, and thanks in advance for your help :)

jamesrchen commented 5 years ago

Are you trying it on port 5000?

ThalKod commented 5 years ago

Yes, it's normal, it should be running on http://localhost:5000

m1lw0rm commented 5 years ago

Oh okay, thanks. Work fine :)