As mentioned above, I want to know the meaning of special characters in socket .io api document, the following link
On that document, some heading #,:, srv, and I can not understand its use.
Another question is, is anyone aware of tutorials or guidance post socket.io? There are only a few examples in the official document and the explanation is insufficient for me
Thank you.
I have created a production app in the last 12 weeks using Socket.io, and I I feel with documentation frustrations.
Dave's answer is really that I was going to tell you about the real command.
Regarding leaving the documentation:
- The colon (:) parameter is used to specify the type of acceptance.
- Hashtags (#) represent the properties of a particular object.
- srv I'm not sure at all, but I'm guessing that it is by special service to be used to use it.
If I am right about srv, why? Specific syntax that you use to bind socket.io, may vary depending on the other NPM module you are using. It shows that there are different ways to go about this.
No comments:
Post a Comment