Publication | Closed Access
Node.js: Using JavaScript to Build High-Performance Network Programs
504
Citations
0
References
2010
Year
Using JavascriptEvent-driven ArchitectureEngineeringWeb-based SimulationServer-side Javascript SpaceWeb PerformanceHigh Performance Computer NetworkEvent-driven ProgrammingComputer EngineeringComputer ArchitectureSystems EngineeringComputer ScienceNetwork PerformanceParallel ComputingAsynchronous SystemsEvent-driven Programming ModelDynamic Web PageConcurrent Programs
One of the more interesting developments recently gaining popularity in the server-side JavaScript space is Node.js. It's a framework for developing high-performance, concurrent programs that don't rely on the mainstream multithreading approach but use asynchronous I/O with an event-driven programming model.