Skip to content

agerasev/microchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroChat

MicroChat is a HTTP server with HTML client which allows people write messages to each other


Required packages:

  • make
  • g++
  • libmicrohttpd-dev
  • mysql-server
  • mysql-client
  • libmysqlcppconn-dev

  1. Go to MicroChat directory:
    $ cd /path/to/microchat/

  2. Build server:
    $ make

  3. Prepare MySQL database:
    $ ./setupdb.sh

  4. Run:
    $ ./run


Access the server in your browser at:
http://localhost:8888

The client tested only in browsers Firefox >= 31 and Chromium >= 37 It may be shown incorrect in other browsers

About

c++ chat server which uses libmicrohttpd and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published