nodejs logo

Code ví dụ NodeJs, Gửi email/gmail bằng nodejs

Code ví dụ NodeJs, Gửi email/gmail bằng nodejs. Việc gửi email bằng NodeJs khá đơn giản và nhanh chóng. Module sử dụng Để sử dụng chức năng gửi email trong node.js ta sử dụng module Nodemailer  Cài đặt module nodemailer bằng lệnh: npm install nodemailer Sau khi cài đặt nodemailer ta có thể include nó vào Read more about Code ví dụ NodeJs, Gửi email/gmail bằng nodejs[…]

nodejs logo

Code ví dụ Node.js Hello World (console, web)

Code ví dụ Node.js Hello World (console, web) (Xem lại: Giới thiệu Node.js | Hướng dẫn cài đặt, cấu hình Node.js) Yêu cầu: máy bạn đã phải cài Node.js Ví dụ Node.js Hello World trên console Tạo file hello_console.js với nội dung: console.log(‘hello world!’); Thông thường với javascript, ta sẽ incluđe file hello_console.js vào một file html sau Read more about Code ví dụ Node.js Hello World (console, web)[…]

nodejs logo

Cài đặt nodeclipse, Code Nodejs trên Eclipse IDE (NodeJS Hello)

Cài đặt nodeclipse, Code Nodejs trên Eclipse IDE (NodeJS Hello) Nodeclipse là gì? Nodeclipse là một phần mềm mã nguồn mở tuyệt vời để phát triển nodejs. Ở bài này mình sẽ thực hiện cài đặt plugin nodeclipse trên Eclipse để viết ứng dụng với NodeJS. Cài đặt Nodeclipse Mở Eclipse. Chọn Help>Install New Softwarre Read more about Cài đặt nodeclipse, Code Nodejs trên Eclipse IDE (NodeJS Hello)[…]

nodejs logo

NVM là gì? Cài đặt nvm trên windows (Node.js)

NVM là gì? Cài đặt nvm trên windows (Node.js) (Xem thêm: Cài đặt NVM, cài đặt nodejs bằng NVM trên Ubuntu) (Xem thêm: Cài đặt, cấu hình nodejs, npm trên windows) NVM là gì? NVM (Node Version Manager) là một công cụ, phần mềm dùng để quản lý các version Node.js cài đặt trên máy. Ví dụ Read more about NVM là gì? Cài đặt nvm trên windows (Node.js)[…]

nodejs logo

Hướng dẫn cài đặt, cấu hình nodejs, npm trên windows

Hướng dẫn cài đặt, cấu hình nodejs, npm trên windows (Xem thêm: Hướng dẫn cài đặt, cấu hình nodejs, npm trên ubuntu) (Xem thêm: nvm là gì? cài Node.js bằng nvm trên Windows) Download NodeJS Truy cập trang https://nodejs.org/en/download/ để download nodejs Có khá nhiều bản nodejs khác nhau (32bit/64bit) cho windows, linux hay macOS. Ở đây Read more about Hướng dẫn cài đặt, cấu hình nodejs, npm trên windows[…]

nodejs logo

Giới thiệu Node.js, tổng quan về Node.js

Giới thiệu Node.js, tổng quan về Node.js Node.js là gì? Node.js là một môi trường server mã nguồn mở (tương tự như tomcat, netty nhưng để chạy javascript) Node.js hoàn toàn miễn phí Node.js có thể chạy trên nhiều nền tảng khác nhau (Windows, Linux, Unix, Mac OS X, etc.) Node.js sử dụng ngôn ngữ Read more about Giới thiệu Node.js, tổng quan về Node.js[…]

stackjava.com