Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.92 KB

README.rst

File metadata and controls

49 lines (28 loc) · 1.92 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.

Dependancies

Client

The client provides a dynamic web based interface to PyOfWave_server, using the Wave Simple Data Protocol. It is designed to be embedded in the frame of your site and delivers great customizability and ease.

It is written using the JavaScriptMVC library and jQuery, both of which are included in this project.

Used jQuery Plugins

P. S.

Tasks are currently being rostered off of the roster.rst file. A few additional scripts modules will be added over the next few days as described by the file, and then I'll put this project on Mozilla Drumbeat.