node.js express socket.io port 3000 in use

后端 未结 8 444
南笙
南笙 2021-02-02 16:33

I\'ve been following this(http://socket.io/get-started/chat/) tutorial on how to make a simple chat application using socket.io.

I tried to however use Express to create

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-02 17:03

    I ran into this problem too and I solved it by this:

    Do not use npm start to start your web app

    Use node app.js instead

提交回复
热议问题