dsuryd / dotNetify

Simple, lightweight, yet powerful way to build real-time web apps.
https://dotnetify.net
Other
1.17k stars 164 forks source link

Request for generic js library #320

Closed danfma closed 1 year ago

danfma commented 1 year ago

Hello,

I would like to ask if there is a way to build a generic JS library, so that we can plug in into other frameworks, like Svelte, Solid, etc?

dsuryd commented 1 year ago

There's a generic connect API that can be used with other JS libraries. For example, with Angular: https://github.com/dsuryd/dotNetify/blob/master/Demo/Angular/src/app/app.component.ts

dsuryd commented 1 year ago

Closing this as answered.