Is it a good idea to make a real time chat app with SolidStart + ASP.NET?
Hi. Me and a friend are making a real time chat app with solidjs and c#, first we tried with @microsoft/signal-r but we failed making the connection to the front end. My question is, is it a good idea? can it be made? there are other smarter solutions? We wanna make solid+c# possible cause we want to centralize any backend to the c# project that my friend has.
3 Replies
Yes, it can be done - could probably be done with a Solid SPA as well initially, without auth or anything. Have you figured out how you'll do the sockets?
Something like:
GitHub
GitHub - uNetworking/uWebSockets: Simple, secure & standards compli...
Simple, secure & standards compliant web server for the most demanding of applications - GitHub - uNetworking/uWebSockets: Simple, secure & standards compliant web server for the mo...
SignalR should be very simple to get setup with, no matter which framework you use.