Eventually Consistent
blog / projects / about /
All tags

Posts tagged with "node"

    APIs with Node
    With a little work, node can be used as a complete web server, but it's probably something you shouldn't do. Node's speed is limited when it comes to traditional web-server applications because it runs inside an interpreter (like all javascript) and just wont be as as fast at things like reading from disk.
    Node Server
    As a web developer, building a node server has a lot of value not only in terms of gaining node programming skill, but also in understanding how web servers and fundamental web technologies such as HTTP work.
© 2026 • Eventually Consistent 🔬
Press Esc or click anywhere to close