Coder Social home page Coder Social logo

js_tutorial's Introduction

JS tutorial

Some examples showing how to write JS applications. Execute by running:

cd <projectFoder>
node <appFile.js>

hello-world-http

Simple http server example. A node based js program to print helloworld via http.

hello-world-json-http

Simple http based json server example. A node based js program to send json via http.

object-oriented

class:

Show how to create a class with fields and methods in different ways.

simpleproj:

Simple OOP-like project in js (node) A first project using Java-like OOP.

socket-io-chat

Client-server application:

  • client: html page with button used to trigger the send of message to server
  • server: listen and prints the received msg
    • a socket.io server is created on top of the http server
    • the new io server is used to log connections/disconnections
    • a socket.io client is inserted in index.html, so a new client will connect every time a browser connects/talks to the server

proj-folder-strcuture

Simple example showing how to structure classes in different folders (packages) and how to import/export.

js_tutorial's People

Contributors

frobino avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.