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
- Host: GitHub
- URL: https://github.com/puckzxz/narc
- Owner: puckzxz
- License: mit
- Created: 2021-01-13T22:30:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T21:14:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-07T22:08:30.559Z (about 1 year ago)
- Topics: cpp, imgui, rest-client, websocket-client
- Language: C++
- Homepage:
- Size: 3.67 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NARC
A lightweight REST Client

## 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)