The Node.js about page describes HTTP as being a "first class protocol" within node.js. What does this mean?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
"First class" usually means that it has extensive support and will probably supported for quite some time before being dropped. It also means many things in the framework will bend to allow this support. |
|||
|
|