yallie / Zyanea

:zzz: Zyanea was the codename for the next version of Zyan Communication Framework, a proof of concept.
http://zyan.com.de
MIT License
21 stars 5 forks source link

Current Status / Request for test #8

Open heikar opened 4 years ago

heikar commented 4 years ago

Hi yallie,

i hope, you are well :)

My solutions/projects with Zyan works perfect :) Thank you. But now, i will create a new project with .Net Core Support and i would like to use Zyanea. I need authentication and session management, the other topics (like e.g. LINQ support) don't matter.

Now my question whether you have mybe a not released alpha/beta version of Zyanea with these points for testing?

Kind regards heikar

yallie commented 4 years ago

Hi @heikar, you're very kind, thank you.

I'm sorry but I don't have any internal versions of Zyanea, everything I have is published in this repo. I consider the current version of Zyanea a dead-end.

First, I'm not satisfied with stability of MessageWire and with its SRP protocol implementation (also, MessageWire project looks abandoned). Second, my own requirements for the communication library have changed, I needed a cross-language solution, so I switched to JSON serialization format and JSON-RPC protocol.

I'm working (not very actively though) on JsonServices library which has sessions, authentication, filtered events, etc. and supports .NET and TypeScript/Javascript, but its approach is very different from Zyan. It's message-based like ServiceStack, not interface-based like Zyanea or .NET Remoting. I'm using the library in closed-source ERP, and it's currently missing any ASP.NET Core integration (which is an important thing, but I don't need it in my ERP, and I don't have much time to implement it as a side-project). I'm sorry but that's all I have for now.

Regards, Alex