-
PolygonDB
PolygonDB is an alternative to MongoDB that provides a developer-friendly experience and less resources hungry.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Some example of embeddable database could be genji, badger and boltdb
-
Some example of embeddable database could be genji, badger and boltdb
-
Some example of embeddable database could be genji, badger and boltdb
-
jsoniter
A high-performance 100% compatible drop-in replacement of "encoding/json" (by json-iterator)
Json-iterator (https://github.com/json-iterator/go), you can replace all of encoding/json with this. It does the same thing but it's faster.
-
Gabs v2 (github.com/Jeffail/gabs/v2 ), this just makes working with interfaces more easier.
-
As for Websockets, (https://github.com/gorilla/websocket) it uses ws.NextReader() to handle heavy loads of connections.