Skip to content

UniForceMusic/simple_chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chatroom

This project is a simple chatroom that you can send messages in anonymously.

How To Install

  • Install Xampp
  • Drop all files/folders in the htdocs folder
  • Create database named: chatroom
  • Import the database with the sql file via phpmyadmin
  • Go to localhost

How it works

  • The message you type on the webpage gets sent to a PHP script via Javascript
  • The message gets stored in the database
  • The database automaticly gives it a message_id and a datetime
  • Every 100ms the webpage asks the database for the last 16 messages present in the database

TODO

  • Make a version with JSON

About

This projects is a simple chatroom made with HTML, Javascript, PHP and SQL

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors