Skip to content

cardioprint/oracle-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

oracle-test

AJAX without XMLHTTPRequest

This prototype show 5 ways to obtain JSON data from server without using XHR:

  • loading *.js resource;
  • using fetch API;
  • using Server-Sent Events;
  • via WebSockets;
  • using iframe.

Please launch following commands to enable WebSockets based AJAX: cd xhr-less\server\; php run-ws-server.php

Also, it is not supplied with jsdoc and phpdoc comments.

ENORMOUS XML

This script uses native XML Parser (https://www.php.net/manual/en/book.xml.php). It reads input xml file chunk by chunk to save memory and filters items. Though, not all requirements are completed: no writing to file and launching from command line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published