SubverseIM / Subverse.NET

An example implementation of the Subverse Network written in C# .NET for Core v8.0+
https://subverse.network
The Unlicense
4 stars 1 forks source link

[feature/server] Create Basic Implementation for IMessageQueue #1

Closed SubverseIM closed 9 months ago

SubverseIM commented 9 months ago

The implementation contained within Subverse.Server requires a persistent, unordered message queue via IMessageQueue that has the following requirements. It:

Additional requirements:

IsaMorphic commented 9 months ago

Consider using LiteDB for the backing store, it plays well with the goal of using BSON as a network message protocol.