Nexus/pkg/nex
2024-10-27 00:20:44 +08:00
..
cruda Nex.Rx, and easier to use alloc mq apis 2024-10-24 23:52:38 +08:00
rx Nex.Rx, and easier to use alloc mq apis 2024-10-24 23:52:38 +08:00
sec 🐛 Fix auth middlewares 2024-10-27 00:20:44 +08:00
allocator.go MQ, KV and MQ allocator 2024-10-24 23:46: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 Add service type for pusher 2024-10-24 22:40:14 +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 Nex.Rx, and easier to use alloc mq apis 2024-10-24 23:52:38 +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.

Nex.Rx

The reactive part of nexus, such as streaming events, and message queues stuff.