How uWSGI parses config files Expanding variables/placeholders A note on magic variables How uWSGI parses config files Until uWSGI 1.1 the parsing order has not been ‘stable’...
Application structure Registering event handlers Each file registers its own event handlers All event handlers are registered in the index.js file Application structure Reg...
Application structure Registering event handlers Each file registers its own event handlers All event handlers are registered in the index.js file Application structure Reg...
Systemd Adding the Emperor to systemd Logging Putting sockets in /run/ Socket activation One service per app in systemd Systemd uWSGI is a new-style daemon for systemd . ...
Introduction What Socket.IO is How does that work? What Socket.IO is not Minimal working example To send an event from the server to the client To send a message from the clien...