socket = new io.Socket('localhost'); socket.connect(); socket.on('connect', function(){ // connected }); socket.on('message', function(data){ // data here }); socket ...
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext. The best code is the one that is not written ...