Skip to content

Instantly share code, notes, and snippets.

View edify42's full-sized avatar
🐢
on the beach

Ted Kim edify42

🐢
on the beach
View GitHub Profile
@edify42
edify42 / chat-frontend.js
Created July 18, 2017 00:52 — forked from martinsik/chat-frontend.js
Node.js chat frontend and server
$(function () {
"use strict";
// for better performance - to avoid searching in DOM
var content = $('#content');
var input = $('#input');
var status = $('#status');
// my color assigned by the server
var myColor = false;