Glossary:
Nirvana JavaScript Developer's Guide
This guide describes how to develop and deploy JavaScript 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.
Nirvana supports both WebSocket and Ajax / Comet streaming through our Javascript API. Nirvana streams events to web clients asynchronously, without the requirement for any additional technology components at clients' browsers. The API will automatically detect client capabilities and make use of the optimum underlying transport in each case.
Nirvana Server Configuration for JavaScript
- Configuring Nirvana JavaScript for HTTP Delivery
- Configuring Nirvana JavaScript for HTTPS Delivery
- Serving Applications from Another WebServer
Nirvana Web Client Development in JavaScript
Nirvana JavaScript API Documentation
- Nirvana 7 JavaScript Client API Documentation
- JavaScript Communications Drivers (WebSocket & Comet)
- JavaScript Developer's FAQs
