GithubHelp home page GithubHelp logo

paulannekov / commfort-webchat Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.28 MB

CommFort WebChat plugin for CommFort chat app

Home Page: http://www.commfort.com/ru/forum/viewtopic.php?f=32&t=6607

License: GNU General Public License v3.0

C++ 55.34% Pascal 28.63% C 1.99% Shell 0.02% Inno Setup 0.40% CSS 4.15% JavaScript 8.13% PHP 1.34%

commfort-webchat's Introduction

CommFort WebChat is the plugin for CommFort chat (Windows only) desktop application. The main purpose of this plugin is to bring chat to the web.

You can read more about this plugin here (in russian lang).

To formalize contact process between server plugin and clients there was written API (in russian lang) over JSON-RPC 2.0 protocol.

Parts

  • Plugin DLL server library. Loaded by CommFort server.
  • Web scripts. JS/PHP/HTML files loaded on client side. They connect to server.

Facts

  • Server plugin was tested and optimized for Wine. CommFort server works under Wine. It was my goal to make plugin work under Wine too.
  • There is small HTTP server implemented in server plugin. It just gets HTTP request, parses it and returns response.
  • Client side can communicate with server using HTTP requests (AJAX) or clean protocol (pass only request data). All comunication is implemented over Winsock.
  • I have created small JSON parser/generator (in C++) specially for project's purposes.
  • CommFort server provided binary API for plugins. Plugin parses and generates binary data.

Tools

About

CommFort chat is popular chat application in CIS countries (Russia, Ukraine, Belarus etc.).

It was my first serious project on C++ so don't be preconceived. I have started development on July 2010. Project was closed on September 2012 due to the fact that the popularity of CommFort chat began to fall.

The code is in transition state. I had many todos but my motivation fell and I have closed the project.

Screenshots

Server plugin

All server plugin images are stored here.

Main form Connections form

Web client

Chat

License

The source code of this plugin is licensed under the GNU GENERAL PUBLIC LICENSE.

commfort-webchat's People

Contributors

paulannekov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.