Skip to content

m3thom/rails-api-with-anycable

Repository files navigation

Installation

# Bundle version 2.2.3
# Rails version 6.1.6
# Ruby version 3.0.0
#
bundle install

rails db:create

rails db:migrate

brew install anycable-go

Start

# server
bundle exec rails s --port 3000 -b 0.0.0.0
# anycable
bundle exec anycable
# ws
anycable-go --port=8080

# If you are using foreman
foreman start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published