Server-Sent Events "channel" where all messages are broadcasted to all connected clients, history is maintained automatically and server attempts to keep clients alive by sending "keep-alive" packets automatically.
Noticed when trying to just get the example running and ping it you aren't actually able to unless you remove os.freemem() or just add the missing declaration.
Noticed when trying to just get the example running and ping it you aren't actually able to unless you remove
os.freemem()
or just add the missing declaration.