Feature #1238
Add websocket interface
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/17/2013
Due date:
% Done:
0%
Estimated time:
OS:
Any
Description
Adding a websocket interface for the server would make it possible to create web-based clients for quassel and make it easier to make non-qt based clients for other platforms.
Having the option of accessing your quassel server from the webbrowser greatly improves the usefulness of quassel imo.
I'm willing to work on a web-based interface (with optional ownCloud integration) if such an interface is ever created.
History
#1 Updated by jeff about 11 years ago
I've used WebSocketPP and can vouch that it is quite solid. I've worked with the developer to make it CMake friendly (it's probably the sanest of the buildsystems now) and have been using it in production without problems. It can be header-only using Boost or can be entirely C++11.