Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Any alternative after the termination of service jsonbox.io ? #82

Open
Konstantinusz opened this issue Mar 5, 2021 · 8 comments
Open

Comments

@Konstantinusz
Copy link

Konstantinusz commented Mar 5, 2021

Is there any alternative? I would prefer one with the same syntax of get / post, or any similar service, where I can store JSON data, storing it with a secret key, while they remain readable by ordinary AJAX call, and CORS enabled, of course.

@yunsii
Copy link

yunsii commented Mar 9, 2021

Maybe this one: https://jsonbin.io/

@RoneoOrg
Copy link

Jsonconnect is based on a fork of Jsonbox, it may suit your needs

@sumitkolhe
Copy link

sumitkolhe commented Nov 28, 2021

https://krat.es is a good alternative

@RoneoOrg
Copy link

RoneoOrg commented Nov 29, 2021

For those wondering, Krat.es is open-source and has a pretty good documentation

It's also free to use. Here are the limitations:

Krates is a Free to use service, and I intend it to keep it so. But being a free service we need to have some limitations to avoid abuse.

  • Maximum allowed payload size cannot be more than 100 Kb per request.
    POST , PUT and DELETE requests are rate-limited to 20 per minute per IP address.
  • There is no limit on the number of records you store in a box, but please don't abuse the API by storing large datasets of more than 5000 records. This is meant for small projects and that's why it is offered FREE of cost.
  • No Backup If your data is lost due to some technical issues, its lost forever.

These limitations may change in the future.

Thank you @sumitkolhe!

@iamsatyanchal
Copy link

You can use this one: https://jsonbox-v2.herokuapp.com 🙂

@iaeiou
Copy link

iaeiou commented Dec 29, 2021

You can use this one: https://jsonbox-v2.herokuapp.com slightly_smiling_face

Are you hosting this instance?
(I would like to know if the data are here to stay ;)

@Xorbak
Copy link

Xorbak commented Oct 11, 2022

https://krat.es is a good alternative

@sumitkolhe thank you! I've been looking everywhere for something like this!
Sorry if this is not allowed or frowned upon(I'm fairly new to the dev world) but I am having an issue deleting from my app.
Getting and Posting work 100% but as soon as I DELETE I get "{"status":"FAILED","message":"Not Found"}"
Been using this:
fetch("https://krat.es/[API]/todo/" +_id, {
method: "DELETE",
})
.then((res) => res.text()) // or res.json()
.then((res) => console.log(res))

Again sorry, I have no idea how else to get this question across.

@sumitkolhe
Copy link

@Xorbak please create the same issue here - https://github.com/sumitkolhe/krates/issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants