OrleansContrib / SignalR.Orleans

SignalR backend based on Orleans.
MIT License
294 stars 63 forks source link

Will be helpfull if you can to add example the simple web application #19

Open ifle opened 6 years ago

ifle commented 6 years ago

Can you please to add the simple example? How complicated to support the not core signalr version? I have legacy application that use another implementation of signalr functionality FM.WebSync
https://www.frozenmountain.com/products-services/websync/. Thanks

claylaut commented 6 years ago

@ifle I m working on sample real-world application which currently is around 70%~80% completed. I will publish it soon in the coming weeks and these are technology stack that I m using: client-side:

server-side:

Regarding your second question, we cannot support the legacy SignalR since this is based on the new ASP.NET Core SignalR and .NET Core 2.

I will let you know once the example is published.

ifle commented 6 years ago

Thanks

galvesribeiro commented 6 years ago

@ifle it is only compatible with the latest version of SignalR Core.

@claylaut great! Can you please use the regular SignalR on that sample? We can't assume people will be using custom made clients for now.

claylaut commented 6 years ago

@galvesribeiro there few points why I would like to use it:

This is the exact technology stack that I've selected to start using for work and I would like to showcase all the technologies used together. Later on, I can do very basic project which uses the pure library too

cenyong commented 6 years ago

Can you please to add the simple example?

alfkonee commented 6 years ago

Since ths is a thread for an example I want to ask @claylaut how are you handling routing in your App can I get a snippet on how It'll work,

@galvesribeiro Do you have any pointers on how to connect an JS Client to an actor using the SignalR.Orleans

Zonciu commented 6 years ago

Any news about the example?

dzmitry-lahoda commented 6 years ago

I am creating sample of using project in next way (to get things work and understand):

Will send pull if suits.

galvesribeiro commented 6 years ago

@dzmitry-lahoda feel free to send a PR. However, we don't want users to require CsToMd to build anything on the repo as people (like myself) don't use Visual Studio nor are on Windows.

The readme file should be written with regular markdown.

Thanks! Looking forward to it!

dzmitry-lahoda commented 6 years ago

I am in progress right now of Sample. I found it hard so. readme.md example is not very clear or even compiles. I agree that tool should not be used, but the main idea of it to have documentation be runnable to ensure its quality.

Shawn-Fan commented 6 years ago

Thanks in advance.