https://github.com/yfractal/anycable-rs
Anycable Rust WebSocket Server
https://github.com/yfractal/anycable-rs
anycable rust websocket
Last synced: about 1 month ago
JSON representation
Anycable Rust WebSocket Server
- Host: GitHub
- URL: https://github.com/yfractal/anycable-rs
- Owner: yfractal
- Created: 2019-10-07T14:55:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:13:17.000Z (about 3 years ago)
- Last Synced: 2025-12-27T16:00:30.396Z (6 months ago)
- Topics: anycable, rust, websocket
- Language: Rust
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[WIP] Anycable Rust WebSocket server
## Dev
1. start ws server
`cargo run`
2. start grpc sever and app server
go to anycable_demo directory
run grpc server:
`ADAPTER=any_cable ANYCABLE_DEBUG=1 bundle exec anycable`
run app server:
`ADAPTER=any_cable CABLE_URL='ws://localhost:3334/ws/cable' bundle exec rails s -b 0.0.0.0`
run erlang ws server
go to erlycable directory
`rebar3 shell`