chuyang-deng / chatapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatapp

Simple Web Chat App


This is a basic chat app written in HTML/CSS and JavaScript.

Thanks to all the versatile libaries/modules from jQuery and Node.js, as well as the slopiness-friendly web server connection Express can provide, and the generous & convenient database of mongoDB, an amatuer programmer as I would be able to pull everything together and create such an web app.


So basically when you enter this app, you can set your own user name by typing '/setName username' in the message box. Then you are able to send your messages to the page. I use mongoDB to store user's messages and it holds up to 10 messages. So every time you enter this app, you will see the last ten messages sent before. (Personally, I run this app locally to store my top 10 tasks of the day/week/month.) I also add some cute little text-emoji after every message on the page, just to keep you upbeat.


ヽ(✿゚▽゚)ノ

About


Languages

Language:JavaScript 82.1%Language:HTML 11.4%Language:CSS 6.5%