Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benemdon/socketchatapp
A simple Socket.io chat app
https://github.com/benemdon/socketchatapp
example socket-io
Last synced: about 7 hours ago
JSON representation
A simple Socket.io chat app
- Host: GitHub
- URL: https://github.com/benemdon/socketchatapp
- Owner: BenEmdon
- License: mit
- Created: 2017-01-14T02:09:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T05:03:33.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T04:50:15.552Z (4 days ago)
- Topics: example, socket-io
- Language: JavaScript
- Size: 194 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SocketChatApp
A simple Socket.io chat app. Written for COMP 2406 @ Carleton University.![Image](/Image.png)
### Setup:
1. In this directory run `npm install` from the command line (install mime-types package if its not already there)
2. In this directory run `node app.js` or `npm start`
3. Go to http://localhost:2406/ in a browser### Learning Resources:
* [<\kbd\> element style](http://jsbin.com/nubodefoga/1/edit?output)
* [Course website](http://people.scs.carleton.ca/~arunka/courses/comp2406/)
* [ES6 template literals Mozilla doc](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals)
* [ES6 arrow functions](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
* [ES6 object creation shorthand](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Object_initializer)
* [Higher order functions](http://eloquentjavascript.net/05_higher_order.html)