Skip to content

Instantly share code, notes, and snippets.

View J6K's full-sized avatar

Justin Kang J6K

  • Weedmaps
  • Los Angeles, CA
View GitHub Profile

Node Notes

Study up mother fucker

1. What is Node? Where can you use it?

Node is a server side scripting language based on Google's V8 JavaScript engine. It is used to build scalable programs that are computationally simple but frequently accessed.

You can use node in I/O intensive web applications like video streaming site, real-time web applications, network applications, general-purpose applications, and distributed systems.