Experimental server-side implementation of Cadmium protocol in C#.
Go to file
2020-10-08 21:08:29 +04:00
.vscode Implement running websocket server and add handling messages in ConnectionHandler 2020-07-16 12:47:18 +04:00
src Add ToObject<T> extension method to Dictionary 2020-10-08 21:08:29 +04:00
.gitignore Optimize waiting process for keeping the process running (replace while loop with EventWaitHandle) 2020-07-19 15:10:14 +04:00
LICENSE init 2020-06-20 14:52:05 +04:00
README.md init 2020-06-20 14:52:05 +04:00
sample_config.toml Implement configuration API for plugins 2020-09-06 14:16:13 +04:00

Zirconium

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