OCPP.Core icon indicating copy to clipboard operation
OCPP.Core copied to clipboard

[WebSocket Library Suggestion] Improving performance and reliability

Open vadrsa opened this issue 2 months ago • 4 comments

Hi, I maintain a library called SimpleR. In a nutshell, it is a fork of SignalR without the custom protocols allowing you to write very fast pure WebSocket servers.

So you basically get all the benefits of SignalR, like advanced buffer management, low allocation, very good integration with asp.net core(routing, authentication, etc...) but still have the ability to integrate with custom protocols like OCPP.

I have started to write a helper package for OCPP, to make it simpler to write OCPP servers using SimpleR(pun intended) and would love to hear what you think can be beneficial to you. If you are interested in using such a library, let me know and I'll try to help as best I can.

vadrsa avatar Apr 05 '24 17:04 vadrsa