PUBLIC   marks

PUBLIC MARKS with tag comet

Sponsorised links

This year

Comet is dead long live websockets

by marco
I've just had a chance to play with the implementation of websockets in Googles Chrome browser

Liberator - the real time Ajax / Comet streaming server

by vrossign
rces of data and building application logic, and full documentation.

JDK Coding Club

by Elryk
Blog java avordant des sujets comme comet, ajax, Hibernate ...

Sponsorised links

2008

A Million-user Comet Application with Mochiweb, Part 1 | Richard Jones, Esq.

by greut

In this series I will detail what I found out empirically about how mochiweb performs with lots of open connections, and show how to build a comet application using mochiweb, where each mochiweb connection is registered with a router which dispatches messages to various users.

with details how to tweak the kernel and make a flood test

Python Package Index : morbid 0.8.1

by greut

A Twisted-based publish/subscribe messaging server that uses the STOMP protocol

Comet Daily » Blog Archive » The Future of Comet: Part 2, HTML 5’s Server-Sent Events

by greut

Comet doesn’t have to be a hack. Currently, as we saw last time, Comet relies on undocumented loopholes and workarounds, each one with some drawbacks. We can make Comet work effectively in every browser, using streaming transports on subdomains of the same second-level domain, or using script tag long polling across domains. But this leaves Comet developers implementing (and more frustratingly, debugging) several transports across several browsers. Traps are numerous and easy to stumble into.

event-source is the future of all Comet things.

Request.Comet - Comet wrapper for mootools 1.2

by greut (via)

Comet wrapper for the Mootools 1.2 JavaScript framework.

Comet Daily » Blog Archive » The many shades of Bayeux/Cometd

by greut

Cometd Bayeux is a publish/subscribe messaging system, and this has drawn some criticism that PubSub is not the most flexible paradigm for an Ajax/Comet transport.

Comet Daily » Blog Archive » 20,000 Reasons Why Comet Scales

by greut

After some recent optimizations, the Dojo Cometd implementation of the Bayeux protocol running on the Jetty web server can now handle up to 20,000 simultaneous users per server while maintaining sub-second latency.

impressive numbers. Does the Twisted one can beat that?

2007

Lift Web Framework witj scala

by pvergain & 3 others
Welcome to the lift Web Framework lift is yet another web development framework. lift runs inside a Java web container and uses the Scala programming language for coding. lift stresses security, developer productivity, ease of deployment, ease of maintainability, performance, and compatibility with existing systems. lift borrows from the best of existing frameworks including Seaside's highly granular sessions and security, Rails fast flash-to-bang, Django's "more than just CRUD is included", and Erlyweb's scalability for Comet-style applications. lift is built on Scala, a hybrid Functional and O-O language that compiles code down to the Java Virtual Machine. Scala code can call any Java code and make use of all Java classes. Java code can call some Scala code. lift applications are packaged as WAR files and can be deployed on any Servlet 2.4 engine (e.g., Tomcat 5.5.xx, Jetty 6.0, etc.)

Comet (programming) - Wikipedia, the free encyclopedia

by pvergain & 4 others (via)
Comet is a software concept that enables web servers to send data to the client program (normally a web browser) without having any need for the client to request it. It allows creation of event-driven web applications, enabling real-time interaction otherwise impossible in a browser.

Xaja

by camel & 5 others
The Xaja machine is full featured PHP Reverse Ajax framework. It enables the developer to escape the request/response model, and reverses the way you think about your web-application. Furthermore, the developer can push the data from the browser to the client easily.

PUBLIC TAGS related to tag comet

no tag

Sponsorised links