Nexus/pkg/nex
2024-10-22 22:58:09 +08:00
..
cruda 🚚 Rename protobuf 2024-10-21 22:07:36 +08:00
sec Fetch userinfo in auth middleware 2024-10-22 22:58:09 +08:00
command_context.go Validation 2024-10-20 21:22:53 +08:00
command_test.go Content-Type 2024-10-20 18:13:07 +08:00
command.go 🚚 Rename protobuf 2024-10-21 22:07:36 +08:00
conn.go 🚚 Rename protobuf 2024-10-21 22:07:36 +08:00
const.go Fetch userinfo in auth middleware 2024-10-22 22:58:09 +08:00
encode.go Broadcast event 2024-10-21 00:05:40 +08:00
net.go Database allocator 2024-10-20 19:04:41 +08:00
README.md Auth stuff 2024-10-22 00:12:28 +08:00
ws.go 🎉 Initial Commit 2024-10-19 22:36:33 +08:00

Nex

The Hypernet.Nexus development SDK. Defined the useful functions and ways to handle data for both server side and client.

Parts

Nex.Cruda

Create Read Update Delete Accelerator, aka. Cruda. Cruda will help you to build a simplified database access layer based on the command system in nexus.

Nex.Sec

The security part of nexus, including signing and validating the tokens and much more.