Skip to content

cedmax/whois-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whois experiment

a whois interface in node relying on a ruby backend through redis' pub/sub channel.

##disclaimer

This is just a personal experiment, there isn't a proper documentation, the following things are just a way to remember how to run it on my webfaction server, sorry :)

redis

~/redis/src/redis-server redis/redis.conf
~/redis/src/redis-cli -p 32733
> MONITOR

ruby

cd ruby
export GEM_HOME=$PWD/gem
export PATH=$PWD/gem/bin:$PATH

gem1.9 install bundler
bundle install

irb1.9
> load "./whois.rb"

node

cd node
node whois.js cedmax.com

About

a whois interface in node relying on a ruby backend through redis' pub/sub channel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published