Skip to content

Latest commit

聽

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
聽
聽
聽
聽

README.md

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
# >