1. Pola 1.1 Spesial Karakter \ tanda yang diawali dengan \kemudian diakhiri dengan karakter bukan huruf dan angka semisal \/ untuk karakter "/" \s untuk karakter spasi atau tab atau line break. . semua karakter kecuali newlin
Cascading Style Sheets CSS is code that changes the appeareance of HTML. One place you can put CSS in a style tag that's a child of the head tag. <!DOCTYPE html><html lang="en"><head> <style type="text/css">
Redis is an open source, BSD licensed, advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs.Redis command using : "npm inst
Socket.io Socket.IO enables real-time bidirectional event-based communication.It works on every platform, browser or device, focusing equally on reliability and speed. Example 1 chats with express app.js var express = require('express'), app =
Routing Routing refers to the definition of end points (URIs) to an application and how it responds to client requests. A route is a combination of a URI, a HTTP request method (GET, POST, and so on), and one or more handlers for the endpoint. It t
Modules Node has a simple module loading system. In Node, files and modules are in one-to-one correspondence. As an example, app.js loads the module hello.js and custom_goodbye.js in the same directory. //hello.jsvar hello = function(){
Streaming A stream is an abstract interface implemented by various objects in Node. For example a request to an HTTP server is a stream, as is stdout. Streams are readable, writable, or both. All streams are instances of EventEmitter You can load t
Events and EventEmitter Many objects in Node emit events: a net.Server emits an event each time a peer connects to it, a fs.readStream emits an event when the file is opened. All objects which emit events are instances of events.EventEmit
What is Nodejs Allows you to build scalable network applications using Javascript on the server side. What could you build - Websocket Server (like chatting system)- Fast File Upload Client- Ad Server- Any Real-Time Data Apps What i
wget https://raw.github.com/viljoviitanen/setup-simple-pptp-vpn/master/setup.sh sudo sh setup.sh