Chat example Simple chat server built with tinyhttp and tinyws. Run esno server.ts now open a few terminal windows and send messages. $ wscat -c http://localhost:3000/chat # > hello # < hello # < someone else sent this # >