Open ifle opened 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.
Thanks
@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.
@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
Can you please to add the simple example?
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
Any news about the example?
I am creating sample of using project in next way (to get things work and understand):
Use project structure and folders as https://github.com/dotnet/orleans/tree/master/Samples/2.0/HelloWorld
User literate programming to generate readme and walkthrogh via https://github.com/dadhi/CsToMd . I.e. current readme example, but compiled and working.
Will send pull if suits.
@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!
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.
Thanks in advance.
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