alexesmet / localpost-server

Web messenger application written on Rust. Optimized, fast, basic, works with or without JavaScript!
2 stars 2 forks source link

Feature: browser notifications via SSE #2

Open Logarithmus opened 3 years ago

Logarithmus commented 3 years ago

Implement browser notifications. AFAIK using JS is the only way to do that. The aim is to minimize amount of JS code.

alexesmet commented 3 years ago

Luckily, tide supports SSE out of the box