Nhowka / Elmish.Bridge

Create client-server Fable-Elmish apps keeping a single mindset
MIT License
138 stars 17 forks source link

Use with Javascript client #19

Open Swoorup opened 4 years ago

Swoorup commented 4 years ago

Is it possible to use this directly in javascript? Probably there should be a way to generate an api documentations for use with other clients?

Nhowka commented 4 years ago

There is no communication agreement between server and client, that should be possible but not sure if it could be friendly. There is a way to do custom communication on messages from client to server but not on server to client.

What would be the use case?

Swoorup commented 4 years ago

My biggest reason would be to interop with existing Angular, react application. But it would also be good if we could generate a connecting api in typescript or sth similar.