.. | ||
cruda | ||
rx | ||
sec | ||
allocator.go | ||
command_context.go | ||
command_test.go | ||
command.go | ||
conn.go | ||
const.go | ||
encode.go | ||
net.go | ||
README.md | ||
ws.go |
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.
Nex.Rx
The reactive part of nexus, such as streaming events, and message queues stuff.