|
SmartFoxServer AJAX API is Google Web Toolkit (GWT) module that allows you to create cross-browser AJAX multi user applications using Java.
SmartFoxServer AJAX API requires the BlueBox installed and active.
NOTE: Please note the following:
-
Due to the Same Origin Policy (SOP) the SmartFoxServer AJAX API related JavaScript files and the BlueBox should be on the same domain name, protocol
and port (some browsers permit different port)
-
HTTP 1.1 requires browsers to limit the number of outgoing HTTP connections to two per domain/port. So if you test the application loading multiple instances of the page in the same browser you may experience significant lag.
The reason is the same as what makes BlueBox so fast: when HTTP request is made it doesn't send response until there is some update to send or a given time has expired. So for example when two instances wait for a response and a third one tries to login, it cannot because the connections limit is reached and it needs to wait until one of the other instances receives a response. This may take in some cases about 20 seconds, which of course is a huge lag and with more instances it gets even worse.
Some modern browsers allow a bigger number of the outgoing HTTP connections. Some browser also allow the limit of the outgoing HTTP connections to be changed.
» Download and installation
Download the SmartFoxServer Ajax API here.
- Unzip the archive and follow the instructions provided.
- For any questions, feedback and bug reports use our support forum.
» Quick Start
You can find a video quick start guide here
.
|