Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 2.34 KB

README.rst

File metadata and controls

57 lines (33 loc) · 2.34 KB

PyOfWave server and webclient (in development, pre-beta)

Wave is a combination of existing communication technologies (eMail, forums, wikis, and instant messaging) designed by Google. PyGoWave is one implementation of Wave programmed in Python.

Server

The server provides protocols around some core functionality (authentication, profiles, "document" access, and sending and recieving "deltas"). These protocols are documented in docs/protocols.

The client and server acts as 2 different programs. The server is a customizable application while the client is some CGI and "static" web files.

When launched, PyOfWave appears to do nothing, but don't worry, it sets up API and shortly Internet access to them. Eventually, it'll become a deamon and include a setup and settings utility.

Dependancies

Client

The client provides a dynamic web based interface to PyOfWave_server, using websockets on the client protocol or a backup protocol. It is designed to be embedded in the frame of your site and delivers great customizability and ease.

It is written using Agility.js and jQuery, both of which are included in this project.

Used jQuery Plugins

Other dependancies

P. S.

Shortly, I will be rebuilding PyOfWave to use one XMPP based protocol for both web and offline clients and Federation. Client dependancies have been considered and changed to support a XMPP BOSH protocol. The roster is old as of now.