Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Web
/
Node.js Tutorials
/ Core APIs
Core APIs
3 lessons in the Node.js course.
Full Node.js course
·
Search this topic
·
Web
Reading and Writing Files
Use the fs module to read and write text files asynchronously.
Paths and URLs
Build file paths safely and parse request URLs for simple servers.
A Simple HTTP Server
Create a tiny web server with Node's built-in http module.