Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yfractal/anycable-rs
Anycable Rust WebSocket Server
https://github.com/yfractal/anycable-rs
anycable rust websocket
Last synced: 25 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:13:17.000Z (over 1 year ago)
- Last Synced: 2024-11-18T05:48:08.805Z (3 months ago)
- Topics: anycable, rust, websocket
- Language: Rust
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 2
- 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`