Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 609 Bytes

README.rdoc

File metadata and controls

21 lines (13 loc) · 609 Bytes

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