Chatting about Pi, on a Pi, with a chat server running on Site.js on the same Pi. Yesterday, I released Site.js 12.8.0 which brings initial ARM support for Linux. What that means is that it’s now easier than ever to get a static or dynamic (Node.js) web server up and running on a Raspberry Pi. Site.js on my Raspberry Pi, serving the basic chat app in the first screenshot.| Aral Balkan
Chat room Status: Offline Nickname: Message: Send Messages // Shorthand for basic DOM lookup via CSS selectors. const element = document.querySelector.bind(document) // Display a message in the messages list and ensure // that the list always shows the latest messages. function finalVersionDisplayMessage (message) { const nickname = `${message.nickname}:` const text = message.text const messageHTML = `${nickname} ${text}` // Update the message list. const messageList = element('#final-version...| Aral Balkan
Welcome to Fedora 20 (Heisenbug)!| freedesktop.org
GNU AFFERO GENERAL PUBLIC LICENSE| www.gnu.org