Skip to content

Simple example socket.io app which shows the current time.

Notifications You must be signed in to change notification settings

scottreese/time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time

Sample socket.io app which shows the current time.

Requirements

This app assumes you already have Node.js installed and working on your local machine. If you are on Mac, you can use homebrew and nvm to get up and running quickly:

  1. Install homebrew by visiting https://brew.sh in your browser and following the instructions there.
  2. Install NVM: brew install nvm (be sure to follow the instructions after install is complete).
  3. Install latest LTS version of Node: nvm install --lts
  4. Use the version of Node you just installed: nvm use --lts

Install packages for Linux, Mac, and Windows can also be found on the main Node web site here.

Installation

  1. Clone the repo to your local machine.
  2. CD into the app directory and run npm install (e.g. cd time && npm install).
  3. Start it up!: npm start
  4. Visit http://localhost:8080 in your web browser to view the app.

Reference

The following tools were used in the creation of this app:

About

Simple example socket.io app which shows the current time.

Resources

Stars

Watchers

Forks

Packages

No packages published