Hacker News new | ask | show | jobs
by thecodrr 1011 days ago
I don't think that's true. We have been using ASP .NET Core + SignalR for everything in Notesnook[0]. It has great performance, libraries for everything out there, very good ergonomics, and a mature ecosystem.

I know you can probably get more performance out of Rust or Go but I don't think rq/s benchmarks really hold up in reality. If you are running a startup, you'd probably see 1 to 2 rq/s unless you become viral. .NET Core can easily handle that and more.

[0] https://notesnook.com

2 comments

(you can't get more performance out of Go, it is, in a way, higher level language than C#, in which you can write C-like and C++-like code directly)
Very cool.

You may find this OSS .Net project I released recently interesting: https://github.com/stepwisehq/prosemirror-dotnet .