Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`