Real-time collaborative applications.
Use .NET 9 AOT and SignalR. The final file is an executable file that runs directly on your operating system and does not require .NET to be installed.
Single excute file and run everywhere!!!
Build in windows
dotnet publish -r win-x64 -c Release
or linux:
dotnet publish -r linux-x64 -c Release
For other environments see .NET 9 Supported Versions and .NET 9 Known RIDs.
- Copy
Hamzaman
excute file (see Releases) - Build and config
appsettings.json
- Creating
wwwroot
or other web roots defined inappsettings.json
- Copy your web files into previous folder
- Run the
Hamzaman
Now, open internet browser and see result.
Establishes communication between all connected clients.
Establishes communication between the server and the connected clients.
Build webpage or application in any language that supports SignalR web sockets and use this project to communicate between them.