Skip to content

Instantly share code, notes, and snippets.

View apsingh12's full-sized avatar
🏠
Working from home

Atul Pratap Singh apsingh12

🏠
Working from home
View GitHub Profile
@apsingh12
apsingh12 / chat-frontend.js
Created February 16, 2020 12:16 — 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;