chapar-rest / chapar

Chapar is a simple and easy to use api testing tools aims to help developers to test their api endpoints. it support http and grpc protocols.
https://chapar.rest
BSD 3-Clause "New" or "Revised" License
489 stars 24 forks source link

Web / wasm and fs abstraction #102

Open gedw99 opened 3 weeks ago

gedw99 commented 3 weeks ago

Anyone tried running this as a web app ?

The FS access would be a problem ?

mirzakhany commented 2 weeks ago

Both FS and sending request from browser would be a problem. to be able to work in browser

gedw99 commented 4 days ago

@mirzakhany

there is a fs abstraction in cogent , not gioui unfortunately.

If you’re curious ….

https://github.com/search?q=repo%3Acogentcore%2Fcore%20hackpadfs&type=code

The examples are impressive.