Installing/setting up Socket.IO on my server

前端 未结 3 674
我在风中等你
我在风中等你 2021-02-06 09:42

Ok so I have read through the Socket.IO docs and I am still a little unsure of a couple of points:

The documentation says...

To run the demo, execute the followi

3条回答
  •  遥遥无期
    2021-02-06 10:15

    First you'll have to determine if your host supports SSH. Sometimes they don't by default on shared hosting, but if you ask they can turn it on. If it does you'll use some sort of SSH client to connect to it. Putty for windows is the most common. Then you'll use git, which is a source control program. Which you'll probably have to install on your host, which may or may not be allowed. If you can, this can be accomplished a number of ways, you'll want to read the git documentation, it will depend largely on what linux distribution you're running. CD is change directory, basic command line stuff. sudo on the last line is telling the system to run the command as root, which it will ask you the password for, which you may not have access to on your host. Sounds like you're gonna have an uphill battle on shared hosting. You may want to opt for a VPS instead.

提交回复
热议问题