8000 GitHub - handstudio/web-polling: polling script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

handstudio/web-polling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-polling

this is polling test page.

$polling

// change the default settings.
$polling.setting({
	longpolling: false,
	timeout: 30000,
	interval: 3000
});

// start polling
$polling.start('user defined unique id', {
	url: 'server api url for long polling',
	// ...
});

// stop polling
$polling.stop('user defined unique id');

API for testing

  • state.php : response current data.
  • update.php : update new data.

Postman

About

polling script

Resources

Stars

Watchers

Forks

Packages

No packages published
0