rio's notebooks

  • Untitled - /rio/noiionoin
    Last edited 5 years ago
    const express = require('express') const app = express() const port = 3000 app.post('/', (req, res) => res.send('Hello World!')) app.listen(port, () => console.log(`Example app listening on port ${port}!`))
  • My First Playgroundh - /rio/my-first-playgroundh
    Last edited 7 years ago
    This is a playground to test JavaScript. It runs a completely standard copy of Node.js on a virtual server created just for you. Every one of npm’s 300,000+ packages are pre-installed, so try it out: