Skip to content

1.4.0

Compare
Choose a tag to compare
@sejori sejori released this 05 Jan 17:27
· 368 commits to main since this release
951bade

What's Changed

  • WebSocket handler by @sebringrose in #109

Although server-sent events support http2 and are therefore faster in most cases. They do not work well in server-server communication due to no EventSource object being available in Deno. Along with WebSockets being a popular option and simpler to implement for 2-way communication this was the ultimate reason to implement them. Shoutout ChatGPT3 for scaffolding the handler and test file for me! :D

Full Changelog: 1.3.5...1.4.0