mirror of https://github.com/fafhrd91/actix-web
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
juniper-websockect
Simple echo websocket server which handles graphql requests.
Usage
server
cd actix-web/examples/juniper-websocket
cargo run --bin server
# Started http server: 127.0.0.1:8080
web client
rust client
cd actix-web/examples/juniper-websocket
cargo run --bin client
# Started http server: 127.0.0.1:8080