Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rauchg/chat-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SaulDoesCode/chat-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on May 26, 2015

  1. Same Example in pure JavaScript

    Just removed the Jquery bits and replaced it with native JS code , the example works fine
    SaulDoesCode committed May 26, 2015
    Configuration menu
    Copy the full SHA
    9746492 View commit details
    Browse the repository at this point in the history
  2. modernized and added a few feutures

    now logs on client disconnect ,  serves static files in public folder  (possible extension to allow emoticons and other shared resources) 
    changed the way it sets and listens on port now more modern
    SaulDoesCode committed May 26, 2015
    Configuration menu
    Copy the full SHA
    d21bd57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91732a3 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    SaulDoesCode committed May 26, 2015
    Configuration menu
    Copy the full SHA
    79fbe24 View commit details
    Browse the repository at this point in the history
  5. Update index.js

    SaulDoesCode committed May 26, 2015
    Configuration menu
    Copy the full SHA
    d56db08 View commit details
    Browse the repository at this point in the history
  6. Update index.js

    SaulDoesCode committed May 26, 2015
    Configuration menu
    Copy the full SHA
    77082fb View commit details
    Browse the repository at this point in the history
  7. Update index.js

    SaulDoesCode committed May 26, 2015
    Configuration menu
    Copy the full SHA
    aa1c9ea View commit details
    Browse the repository at this point in the history
Loading