Skip to content

Instantly share code, notes, and snippets.

@etoxin
Created February 3, 2016 02:37
Show Gist options
  • Save etoxin/6470da753aabc99945ea to your computer and use it in GitHub Desktop.
Save etoxin/6470da753aabc99945ea to your computer and use it in GitHub Desktop.
Chat App in a tweet.
r=require,f='<form><input name=m>';r('http').createServer((q,s)=>s.end(f=('<p>'+(r('querystring').parse(q.url)['/?m']||'')+f))).listen(3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment