Hello world in @nodejs has changed a lot over the years.
ALT import { createServer } from 'http'
import { on } from 'events'
const reqs = on(createServer().listen(3000), 'request')
for await (const [_, res] of reqs)
res.end('Hello, World!\n')
Don’t miss your chance to help the Node.js TSC decide the future of Unhandled Promise Rejections.
Take this survey, which closes in 6 days (August 24th), to help us decide what should be the default behavior for unhandled rejections!
surveymonkey.com/r/FTJM7YD
Here's this week's meetings (GMT-0)! All meetings will be streamed to our YouTube channel.
📅 Calendar: nodejs.org/calendar
🔴 YouTube: youtube.com/nodejs-foundatio…
If you're interested in participating directly in any of the meetings, take a peek at their respective repos ❤️
ALT Screenshot of our calendar, available at https://nodejs.org/calendar
github.com/nodejs/node/pull/… is in good enough shape to actually ask for usability review if people are interested in limiting access to loading (such as preventing access to builtins) on a directory level... also could use a few more tests
🥳 Node.js v14.8.0 has been released 🥳
Big highlight - Top Level Await has been unflagged!
HUGE thank you to @devsnek, @MylesBorins, & all others in the wide cast of characters who worked to bring this to you all!
For more information 👇🏻
nodejs.org/en/blog/release/v…
Are you currently hiring for a role that uses Node.js? Reply with a link to the opening and any relevant context.
If you're not, we'd appreciate a retweet for visibility 💚
The Node.js Mentorship Initiative recently shared an update on how they're approaching mentorship in the project!
If you're interested in learning about how they've tweaked their approach, take a look 👀
medium.com/the-node-js-colle…
we wanted to say thank you to @MacStadium for helping us get ahead of supporting Apple Silicon by providing us access to two Developer Transition Kits ❤️
Woohoo got the full @nodejs test suite passing on #AppleSilicon. It’s pretty hacky though. Hopefully will start getting some of the changes landed soon.