Skip to content

mttbernardini/simple-chat

Repository files navigation

simple-chat: a minimal PHP chatroom

Codacy Badge

A simple chatroom developed in PHP (using Micro Chat as template) with no authentication (only a not chosen nickname is needed to login) and without a database (messages and status are stored in xml files). Also, the message fetching is polling based (no instant messaging, expect a delay of some seconds).

This is the first project I actually learned to program with (I was 14) and it was conceived as a chatroom for my classmates (You might find references in early commits).

As a result, the source code is pretty messy and illegible. My intention is to enhance it and generalize everything in the hope of making this project (or part of it) useful for someone.


© 2011 Matteo Bernardini, @mttbernardini.

This project is licensed under the Apache License 2.0.
Please refer to the LICENSE file for further information.

About

💬 A simple chatroom developed in PHP and xml files as pseudo-database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published