Nirvana JavaScript Developer's Guide
This guide describes how to develop and deploy JavaScript Ajax/Comet applications using Nirvana, and assumes you already have Nirvana installed.
If you are new to Nirvana, please see Nirvana for Developers, which describes general concepts, installation and administration.
If you cannot find the information you require in this section please contact support@my-Channels.com.
Getting Started
Nirvana supports streaming Ajax / Comet through our webExpress plugin. webExpress streams events to web clients asynchronously without the requirement for any additional technology components at clients' browsers.
- Create a Test Channel
- Set the ACL Permissions on your Channel so that you can publish and consume from it.
- Set up an HTTP Interface
- Set up a File Plugin for serving web content
- Set up a Nirvana webExpress Plugin for delivering events to JavaScript Clients asynchronously.
- Implement a JavaScript Client
