Skip to content

rogerheykoop/RailsParallelDomainChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is an example Rails 4 project that implements a parallel running multiple domain name checker. Each check for each TLD is handed over to a worker thread (using sucker_punch). It uses DNS to test against the SOA record of a list of TLD’s (extensions). When the test is done it uses websockets to update the users screen in real time.

This is just a demonstrator, so expect nothing fancy. Have fun. :-)

To run:

  • Clone this project

  • bundle install

  • rake db:seed to seed the database with an enormous list of TLD’s

  • enter ‘puma’ to start the server

  • go to localhost:9292 to view

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published