https://github.com/bburdette/socktest
test prog for elm-sockets
https://github.com/bburdette/socktest
Last synced: 2 months ago
JSON representation
test prog for elm-sockets
- Host: GitHub
- URL: https://github.com/bburdette/socktest
- Owner: bburdette
- Created: 2015-10-12T04:39:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T04:58:19.000Z (over 9 years ago)
- Last Synced: 2025-01-21T19:51:14.960Z (4 months ago)
- Language: Rust
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socktest
test prog for elm-sockets communicating with a rust server.You'll need to git clone 'elm-sockets' into the same parent directory into which you clone this socktest project. If you put it somewhere else, be sure to update the elm-package.json with the location.
```
for the rust server:
compile with "cargo build"
run with "./target/debug/socktest"
```
```
for elm:
run "elm-reactor" in the ./elm dir.
Then connect to localhost:8000 using a browser (chromium).
```Keystrokes are broken for firefox right now, with ff you'll get \0 for all keys except return and tab.