Skip to content

Latest commit

 

History

History

chat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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