Skip to content

TheJareBear/chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

chatter

Pretty simple but ugly web chat service. Backend uses MySQL server on local host with credentials of:

        $host = "localhost";
        $user = "root";
        $pass = "";
        $db = "chatterbox";

About

Pretty simple but ugly web chat service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published