https://github.com/billstclair/elm-websocket-framework-server
The server side of billstclair/elm-websocket-framework
https://github.com/billstclair/elm-websocket-framework-server
Last synced: 11 months ago
JSON representation
The server side of billstclair/elm-websocket-framework
- Host: GitHub
- URL: https://github.com/billstclair/elm-websocket-framework-server
- Owner: billstclair
- License: mit
- Created: 2018-06-18T21:34:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T19:22:55.000Z (over 4 years ago)
- Last Synced: 2025-07-13T10:54:39.993Z (11 months ago)
- Language: Elm
- Size: 64.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[billstclair/elm-websocket-framework-server package](http://package.elm-lang.org/packages/billstclair/elm-websocket-framework-server/latest) at elm-lang.org
This package implements the server side of a websocket-based client/server framework written almost entirely in Elm. The client side is in [billstclair/elm-websocket-framework](http://package.elm-lang.org/packages/billstclair/elm-websocket-framework/latest).
The server depends on [Node.js](https://nodejs.org/).
See the README in the [Example](https://github.com/billstclair/elm-websocket-framework-server/tree/master/example) directory for instructions on building and running the example server.
Happy Hacking!
Bill St. Clair
18 June 2018