Experimental server-side implementation of Cadmium protocol in C#.
Go to file
dependabot[bot] d51909d93b
Bump MongoDB.Driver from 2.10.4 to 2.19.0 in /src/Zirconium
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.10.4 to 2.19.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.10.4...v2.19.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 23:30:53 +00:00
.vscode Implement running websocket server and add handling messages in ConnectionHandler 2020-07-16 12:47:18 +04:00
src Bump MongoDB.Driver from 2.10.4 to 2.19.0 in /src/Zirconium 2023-03-03 23:30:53 +00:00
.gitignore Transform logging system into library 2020-11-09 12:33:24 +04:00
LICENSE Supplement README, change license of project to MIT 2021-03-24 20:11:29 +03:00
README.md Fix README 2021-03-24 20:13:07 +03:00
sample_config.toml Implement configuration API for plugins 2020-09-06 14:16:13 +04:00

Zirconium

Zirconium is experimental serverside implementation of Cadmium protocol in C#.

Contributing

Feel free to open PRs. If you found the bug, please let us know at our bug tracker.

License

This project is licensed under the MIT License - see the LICENSE file for details.