Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gangstead/how-to-node-chat
Presentation for 9/22/2015 Dallas.Node meetup
https://github.com/gangstead/how-to-node-chat
Last synced: 24 days ago
JSON representation
Presentation for 9/22/2015 Dallas.Node meetup
- Host: GitHub
- URL: https://github.com/gangstead/how-to-node-chat
- Owner: gangstead
- License: gpl-2.0
- Created: 2015-09-14T03:09:50.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-09-23T03:15:56.000Z (over 9 years ago)
- Last Synced: 2024-10-15T17:57:51.027Z (2 months ago)
- Language: CSS
- Size: 3.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# how-to-node-chat
Presentation for 9/22/2015 Dallas.Node meetup# The Slides
### TL;DR [Slides here](https://gangstead.github.io/how-to-node-chat)Since the default branch is gh-pages, go to http://gangstead.github.io/how-to-node-chat to view the slides.
To view the slides locally start a [static http server](https://gist.github.com/willurd/5720255) from that directory. My preferred way:
```
# one time, to install the dependency
> npm install -g http-server# start the server in the base directory. -o flag opens browser
> http-server -o
```