drex44 / martian

Websocket testing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP] Martian : Electron based Websocket testing tool

Build Status dependencies Status devDependencies Status

A tool to test websockets until this feature comes to Postman.

Help us build it better with your suggestions!

  • Raise an issue to submit your idea.

Downloads

v0.5.2

Features

  • Multiple tabs
  • Available on all platforms (Mac: Can be run in dev mode until build error is resolved and Binary is available.)
  • Automatic save all open requests on close
  • Modern UI thanks to React and Bulma
  • Need more? Raise an issue and tell us!
  • Different body types parsing and formating such as JSON, Text.
  • [WIP] Easy way to set authorization headers
  • [WIP] History repeat. Send previously sent messages with just a click!

Screenshot

Quick start

  1. Clone the repository

    git clone https://github.com/drex44/martian.git
  2. Install dependencies

    cd martian
    npm install
  3. Development

    npm run dev

Contributing

This repository is open to all forms of suggestions. so wear your thinking hat and let the hacking begin.

For more, check out the Contributing.md

License

This repository is licensed under the MIT license. See LICENSE for details.

About

Websocket testing tool

License:MIT License


Languages

Language:JavaScript 97.7%Language:HTML 2.3%