Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我所知,奥尔良唯一可能的前端是 ASP.NET。有没有办法没有.net 前端?
api 规范是公开的,你可以用你喜欢的语言来实现,但由于它依赖于 .net 二进制序列化和原语,我认为这不是一个明智的决定。如果您想从其他语言进行连接,首选方法是使用 webapi 作为 orleans 集群和其余服务之间的代理。甚至还有一个自动 API 将所有奥尔良公共方法发布为贡献包中的 http 端点。
你想做什么?