Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hooopo/remote_session_demo
Remote Session Demo
https://github.com/hooopo/remote_session_demo
Last synced: 26 days ago
JSON representation
Remote Session Demo
- Host: GitHub
- URL: https://github.com/hooopo/remote_session_demo
- Owner: hooopo
- Created: 2013-08-23T23:29:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T05:33:46.000Z (about 11 years ago)
- Last Synced: 2024-10-08T01:26:48.570Z (about 1 month ago)
- Language: Ruby
- Size: 102 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo Usage
* set hosts: `127.0.0.1 dev.session.com dev.app1.com dev.app2.com`
* `bundle install`
* `foreman start`
* set session data in app1: `open http://dev.app1.com:4567?name=hooopo`
* read session data from remote in app2: `open http://dev.app2.com:4568`## Quick View
#### App1
![app1](http://i.imgur.com/4i5gLyU.jpg)#### App2
![app2](http://i.imgur.com/D8w52Kp.jpg)