Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smerth/express-node-website-2
Website built with ExpressJS and NodeJS, with a User Comments page and Live Chat Feature using Socket.io
https://github.com/smerth/express-node-website-2
express-js node-js socket-io
Last synced: 27 days ago
JSON representation
Website built with ExpressJS and NodeJS, with a User Comments page and Live Chat Feature using Socket.io
- Host: GitHub
- URL: https://github.com/smerth/express-node-website-2
- Owner: smerth
- Created: 2017-02-06T23:11:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T05:36:31.000Z (over 6 years ago)
- Last Synced: 2024-11-15T02:24:40.749Z (3 months ago)
- Topics: express-js, node-js, socket-io
- Language: HTML
- Homepage:
- Size: 7.43 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS and ExpressJS Website2
## Overview
This is the completed course code from the Lynda.com course: [Building a Website with Node.js and Express.js](https://www.lynda.com/Express-js-tutorials/Building-Website-Node-js-Express-js/502310-2.html).
While it looks like an simple HTML site it is actually an Express.js and Node.js app with the following features:
- Pages build using JSON data and EJS Templates served by an Express server.
- Routing data to different templates is straight forward.
- A purpose build API supports commenting on the Feedback page of the site. GET, POST and DELETE are implement in the API. Comments are pushed to the API JSON file.
- A chat page is backed by an a Socket.io server to provide live chatting on the page.![App Screenshot](https://raw.githubusercontent.com/smerth/express-node-website-2/master/screenshot.jpg)