rexxars / sse-channel

Server-Sent Events "channel" where all messages are broadcasted to all connected clients, history is maintained automatically and server attempts to keep clients alive by sending "keep-alive" packets automatically.
MIT License
111 stars 11 forks source link

Specify optional parameters in JSDoc syntax #11

Closed wKovacs64 closed 8 years ago

wKovacs64 commented 8 years ago

Satisfies static analysis and code completion functionality in IDEs.

rexxars commented 8 years ago

Thanks!