PSNAppz / ShadowGuard

Fast & Reliable API Security Engine
2 stars 0 forks source link

Add server #48

Open KingAkeem opened 1 year ago

KingAkeem commented 1 year ago

Now that the data is being saved, there needs to be a back-end that can pull and serve this data using a REST API.

PSNAppz commented 1 year ago

We can use http server to do the same right in golang?

KingAkeem commented 1 year ago

Yeah, that is what we discussed. Unless you have an argument as to why we shouldn't use Golang.

KingAkeem commented 2 weeks ago

These will just be additional endpoints on the same host that the server is already using.