Fullmetal2000
Fullmetal2000

Reputation: 41

How to use websocket with Restlet framework?

We have a web server written in Restlet framework, now we want to implement websocket to replace long polling design which cause some performance issue. Checked RestLet's forum and document, looks websocket is no support yet and even not in schedule.And we don't want to replace Restlet with some other frame work since it will be big change, now we comes out some design proposals, and not sure which one is best:

We are still investigating, appreciate for any sharing and valuable comments, thanks!!

Upvotes: 4

Views: 1114

Answers (1)

Thierry Boileau
Thierry Boileau

Reputation: 866

Websockets are not supported yet in the Restlet framework, there is an issue opened : https://github.com/restlet/restlet-framework-java/issues/893

Upvotes: 2

Related Questions