Giter VIP home page Giter VIP logo

Comments (4)

digitalextremist avatar digitalextremist commented on July 17, 2024

Hello @firesky594, please ask about this on the Google Group:

https://groups.google.com/forum/#!forum/celluloid-ruby

This issue tracker is for bugs and feature requests.

from dcell.

niamster avatar niamster commented on July 17, 2024

Hello @firesky594,
on the server node you have to setup DCell with real IP(externally visible), on the client you don't have to setup anything as it should discover the server node via registry.

from dcell.

firesky594 avatar firesky594 commented on July 17, 2024

Hello @digitalextremist , I am sorry..I use github for a short time :)
Hello @niamster , Is it like this?
On the server:
DCell.start :id => "remote", :addr => "tcp://real_IP:1234",
:registry => {
:adapter => 'redis',
:server => 'real_IP',
:port => 6379
}
On the client :
DCell.start :id => "local", :addr => "tcp://local_IP:1234",
:registry => {
:adapter => 'redis',
:server => 'real_IP',
:port => 6379
}
Thank for reply :)

from dcell.

niamster avatar niamster commented on July 17, 2024

Hello @firesky594
If you are using current master the server will look like:

require 'dcell'
require 'dcell/registries/redis_adapter'

registry = DCell::Registry::RedisAdapter.new redis_options
DCell.start id: 'remote', registry: registry

And for the client as simple as

require 'dcell'
require 'dcell/registries/redis_adapter'

registry = DCell::Registry::RedisAdapter.new redis_options
DCell.start registry: registry
remote = DCell::Node['remote']

Where redis_options correspond to the native options of redis-rb GEM.

Check out examples in DCell repo.

from dcell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.