ExtensionEngine / tailor

Content authoring platform
MIT License
31 stars 10 forks source link

Refactor SSE #651

Closed vladimyr closed 3 years ago

vladimyr commented 4 years ago

This PR improves upon existing SSE implementation by making it symetric. The revised implementation is powered by two generic SSEConnection classes on both the server & client-side. Additionally, client-side implementation is decorated with debug to make debugging connections easier.

image