GitXplorerGitXplorer
j

timestamp-microservice

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bdacca3eb46f7085518680abde92966e8390167f

Added HTML content and styling

jjmcilhargey committed 9 years ago
Unverified
101cb37b5b1991e7d94fed3cb40a1c86a303fe2e

Project upload

jjmcilhargey committed 9 years ago
Unverified
cce2a2056d1f832be7c5d10d349c35f5d263de63

Heroku upload

jjmcilhargey committed 9 years ago

README

The README file for this repository.
 ,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

Welcome to your Node.js project on Cloud9 IDE!

This chat example showcases how to use socket.io with a static express server.

Running the server

  1. Open server.js and start the app by clicking on the "Run" button in the top menu.

  2. Alternatively you can launch the app from the Terminal:

    $ node server.js

Once the server is running, open the project in the shape of 'https://projectname-username.c9.io/'. As you enter your name, watch the Users list (on the left) update. Once you press Enter or Send, the message is shared with all connected clients.