Releases: sejori/peko
Releases · sejori/peko
1.4.1
1.4.0
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