Samples and Tools

Demo Applications

  • SMTP Email: How to send an email message via SMTP using the Jaxer SMTP object.
  • RSS Sample: How to read an RSS feed from a 3rd-party site, all server-side, and emit only the results.
  • Tasks: A simple tasks application where you can add, modify, and check-off (delete) to-do"s.
  • WikiLite: An extremely lightweight single-page Wiki — just an editable box that persists to a file.
  • Chat: A simple multi-room, multi-user chat application using many Jaxer features.
  • Logging: A simple example wrapping Server-Side logging to make it available to clientside JavaScript.
  • Cross Site Ajax: A simple example showing cross site ajax.
  • Server Web Tools

  • Interactive shell: Interact directly with server-side JavaScript
  • Hex Dump: View a Hex Dump of an HTTP GET or HEAD request.
  • Server Diagnostic Tools

  • Server diagnostics: Run a set of server level diagnostic tests to help identify any configuration issues
  • Component diagnostics: Run a set of deeper tests to help identify any subsytem issues
  • jQuery Compatibility: Run a set of jQuery compatibility tests