An open API service indexing awesome lists of open source software.

https://github.com/puckzxz/narc

A lightweight REST client
https://github.com/puckzxz/narc

cpp imgui rest-client websocket-client

Last synced: 6 months ago
JSON representation

A lightweight REST client

Awesome Lists containing this project

README

          


NARC


A lightweight REST Client






![](https://i.imgur.com/KthPuNg.png)

## Features
* Not built with Electron
* Workspaces
- Requests
- Add
- Delete
- Edit
* Requests
- All HTTP methods supported
* Responses
- View
- JSON
- Headers
- Cookies
- Response code
- Response time
* WebSockets
- Connect
- Send and Recieve Data

## Planned Features
- Linux and MacOS Builds
- gRPC
- GraphQL
- Query Paramter Builder
- Multipart Form Builder
- Request History
- Response History
- OpenAPI Support

## Download

Since NARC is still under heavy development there haven't been any official releases yet.

If you would still like to try it, you can download builds available from GitHub Actions

- Windows x64
- [NARC-win-x64-portable](https://nightly.link/puckzxz/NARC/workflows/build/master/NARC-win-x64-portable.zip)
- Linux
- Planned
- MacOS
- Planned

## Credits

- Thanks to [WerWolv](https://github.com/WerWolv) for inspiring this project after I saw how amazing [ImHex](https://github.com/WerWolv/ImHex) is.

- Thanks to [ocornut](https://github.com/ocornut) for [Dear ImGui](https://github.com/ocornut/imgui)

- Thanks to [whoshuu](https://github.com/whoshuu) for [cpr](https://github.com/whoshuu/cpr)

- Thanks to [nlohmann](https://github.com/nlohmann) for [json](https://github.com/nlohmann/json)

- Thanks to [Machine Zone](https://github.com/machinezone) for [IXWebSocket](https://github.com/machinezone/IXWebSocket)

## License

[MIT](LICENSE)