https://github.com/zakwht/chatroom
A simple javascript chat room
https://github.com/zakwht/chatroom
css html javascript web
Last synced: 12 months ago
JSON representation
A simple javascript chat room
- Host: GitHub
- URL: https://github.com/zakwht/chatroom
- Owner: zakwht
- License: mit
- Created: 2018-02-01T19:42:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T06:33:17.000Z (over 3 years ago)
- Last Synced: 2025-05-07T16:45:42.371Z (about 1 year ago)
- Topics: css, html, javascript, web
- Language: CSS
- Homepage:
- Size: 7.81 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chatroom
A simple web-based chatroom implemented using JavaScript, HTML, and CSS.
The server can be launched using the command `node server.js` in the system's command line interface. The chat room is hosted at '_localhost:8080_' in the web browser. The chat automatically stores message history as long as the server is running. Anyone else on the same wifi can access the chatroom at '_host serve IPv4 address:8080_' in their browser.
# Acknowledgments
* __Built in__ [Lighthouse Labs](https://github.com/lighthouse-labs)' workshop, 2018-01-30
* __Designed by__ _Zak White_, 2018-02-01
* __Art by__ _[Sam Warren](http://samwarrenphotography.com)_, 2015-01-12