OpenChargingCloud / WWCP_OCPP

Connectivity between the World Wide Charging Protocol (WWCP) and the Open Charge Point Protocol (OCPP v1.6/v2.0.1/v2.1).
Apache License 2.0
49 stars 21 forks source link

Improve performance and reliability #11

Open vadrsa opened 5 months ago

vadrsa commented 5 months ago

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.

ahzf commented 5 months ago

Well, feel free to hack on something and then provide PRs or suggestions what could be implemented better.