Skip to content

ariiyu/ActionCableSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ActionCableSample

This is a sample project of a chat application with Ruby on Rails 5 Action Cable and its Swift 3 client app.

The Rails part is based on the code below.

The Swift client app uses Swift-ActionCableClient.

Installation

Install Swift-ActionCableClient via CocoaPods.

$ cd iOS/ActionCableSample
$ pod install

Launch App

Start rails server.

$ cd ../../Rails/action-cable-sample
$ rails server

Then, open ActionCableSample.xcworkspace and run the app on iOS simulator.

License

MIT License.

About

Action Cable Sample with Rails 5.1 and Swift 3.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published