goJSON — A simple and lightning fast database written in Golang

1
After looking around for a quick JSON database with a simple API, I couldn't find any. So I created goJSON, a simple and lightning fast database that is easy to use in all scenarios, from mock products, to a fun side project! Its API is simple to use, and you can get a token fast!

Add a comment

Replies
Best
First got the idea for this when I used jsonstore.io, and realized it was down, and wanted to try out Go! So I created a working implementation in Go, where you can host it locally and indefinitely without relying on a third party like firebase, and therefore increasing speed!