billstclair / elm-websocket-framework

Eases the creation of server-based Elm applications.
MIT License
0 stars 2 forks source link

Combine Client and Server modules #1

Open janwirth opened 5 years ago

janwirth commented 5 years ago

How do you feel about unifying elm-websocket-framework and elm-websocket-framework-server into ws-framework?

As the elm compiler effectively shakes out all unused dependencies I see no downsides. It only makes maintenance and installation simpler.

billstclair commented 5 years ago

I almost did that last time I updated. It's the right thing to do, but I will likely not get to it any time soon. Give me a pull request in this repository, adding the server, and I'm more likely to get to it right away.

janwirth commented 5 years ago

Tbh I would love to use the package but I have not really grasped it yet. So right now not coming around to a pr

janwirth commented 5 years ago

I probably have a different use case in mind. Check out github.com/Lamdera

billstclair commented 5 years ago

Please let me know when you write some docs for Lamdera. I need a 1000 foot view before I look at code, or at least doc strings, so I can peruse that all at once.