Skip to content

lvecsey/uplink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keep an up vote counter in memory, based on the URL page that is submitted.

You can spawn the FastCGI process as follows:

exec spawn-fcgi -p 8326 -n ./uplink

And then configure your nginx server or similar web server:

	      location /uplink {
	      include fastcgi_params;
	      fastcgi_pass 127.0.0.1:8326;
	      }

An AJAX example is provided in uplink_examplepage.html

For each web page, change the my_url based on where you host the page. You should also change the locations of the uplink server, from example.com to your own website domain.

You will notice that reloading the page will simply retrieve the current counter value. Pressing the Uplink button will increment the counter (through a server request)

About

Keep an up vote or web counter based on each unique URL, through FastCGI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published