sindresorhus / awesome-nodejs

:zap: Delightful Node.js packages and resources
https://node.cool
Creative Commons Zero v1.0 Universal
57.83k stars 5.81k forks source link

Add iola #1142

Closed pvarentsov closed 2 years ago

pvarentsov commented 3 years ago

By submitting this pull request, I promise I have read the contribution guidelines twice and ensured my submission follows it. I realize not doing so wastes the maintainers' time that they could have spent making the world better. 🖖

⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆

iola - a socket client with REST API. It helps to work with socket servers using your favorite REST client.

Features:

  1. Allows reading and sending messages via REST API
  2. Logs all socket events in the console
  3. Has Swagger UI for REST API
  4. Works on Linux, MacOS and Windows

Supported clients:

  1. WebSocket
  2. Socket.IO
  3. TCP
  4. Unix socket

GitHub: https://github.com/pvarentsov/iola

pvarentsov commented 2 years ago

Hi @sindresorhus. Could you please let me know if I need to do any changes to get this PR merged?