Can be used to establish a 1 to 1 chat across any TCP network with static IP addresses, such as a LAN or WAN.
Open a terminal
- Start the server
node --harmony tcp-chat-server.js- Give it your name
- Wait for a connection
- Start chatting
| [ | |
| { | |
| title: "Arturia Microbrute", | |
| description: "The MicroBrute SE features a single VCO with three waveforms you can mix at will, three waveshapers, an overtone generator, a classic Steiner-Parker filter, and Arturia's 'Brute Factor'. You also get a step sequencer and a Mod Matrix that let the MicroBrute SE connect with other analog devices and even modular synthesizers. The SE model includes messenger-style gig bag and 4 stackable jack cables.", | |
| image: "http://ecx.images-amazon.com/images/I/61M8sGMMgQL._SX522_.jpg" | |
| }, | |
| { | |
| title: "Canon Rebel T5", | |
| description:"The Canon EOS Rebel T5 SLR camera with the EF-S 18-55mm IS II standard zoom lens is perfect for families, budding photo enthusiasts and first-time SLR users alike. EOS Rebel T5 makes it easy to capture movies and photos that are nothing short of dazzling.", | |
| image: "http://ecx.images-amazon.com/images/I/71tz63oxXqL._SY450_.jpg" |
git is a tool for managing programming projects. A programming project is a collection of related files and folders inside 1 main directory that is named after our project. When a programming project is using git, that project is said to be a repository. Sometimes people say the files are in git.
Using git allows us to do many things:
| _,-,_ | |
| ,-' |. '-, | |
| / .| \ | |
| / |. \ | |
| / .| \ | |
| / . |. \ | |
| / | | .| | \ | |
| / | | |. | \ | |
| \|/ / | | .| | \ \|/ | |
| - *<(( ' |. ))>* - |