Hi all,
I am looking forward to this too but so far, I am quite baffled and confused by the entire swagger-socket approach.
How are we expected to use this especially in a top-down approach where we write the swagger specs using swagger editor and then hook it up with the controllers etc.
Correct me if I am wrong but the current Swagger 2.0 specs do not include support for socket right ?
If yes, then are there plans to include this ?
If no, then can point me to the right resource ?
Currently, I have a NodeJS API designed using Swagger and hooked up to MongoDB using Mongoose which is a pleasant experience for me personally. I love what Swagger did for me (i.e. the auto-documentation, basic validation etc.)
However, I have a new requirement to include support for
socket.io (to provide a simple chat service) and I am kind of lost on how to include this as part of the current Swagger design.
Thanks in advance.
Best Regards,
Brian