JSRS 2.1 released
15th June 2002
Brent Ashley: JSRS2.1 Released (from June 10th—Internet Archive copy). JSRS is Javascript Remote Scripting, an incredibly powerful javascript library that allows DHTML pages to communicate with a web server without having to reload the page. This latest version fixes POST suport for Mozilla. The library opens the way for a whole host of interactive web applications without the normal limitations caused by the request-and-response nature of the web. Best of all, JSRS is cross platform (at least for Mozilla, NS4+ and IE4+).
Brent actually has two implementations available. JSRS uses DHTML elements (such as hidden iframes) to make RPC calls to the server, while RSLite is an ultra lightweight version that uses cookies for communication (and even works on Opera!). Both implementations are free and come with source code, as well as example server side implementations in a variety of languages including ASP and PHP.
More recent articles
- Notes from Bing Chat—Our First Encounter With Manipulative AI - 19th November 2024
- Project: Civic Band - scraping and searching PDF meeting minutes from hundreds of municipalities - 16th November 2024
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024