https://github.com/levelopers/comp2406
Nodejs, JSON, Javascript, Bootstrap, pug, Handlebarjs, Socketio
https://github.com/levelopers/comp2406
bootstrap4 css3 handlebars-js html5 javascript jquery json nodejs pug socket-io
Last synced: 3 months ago
JSON representation
Nodejs, JSON, Javascript, Bootstrap, pug, Handlebarjs, Socketio
- Host: GitHub
- URL: https://github.com/levelopers/comp2406
- Owner: levelopers
- Created: 2018-09-11T19:07:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T22:42:25.000Z (over 6 years ago)
- Last Synced: 2025-07-18T11:43:17.029Z (5 months ago)
- Topics: bootstrap4, css3, handlebars-js, html5, javascript, jquery, json, nodejs, pug, socket-io
- Language: JavaScript
- Homepage:
- Size: 103 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2406AFall2018
Institution: Carleton University, School of Computer Science
Instructor: Louis Nel
# 2406Winter_assignments
Institution: Carleton University, School of Computer Science
Instructor: Anil Somayaji
[click to redirect to winter_assignments github page](./2406Winter_assignments)
#### ---all zip files description are from course and owned by instructors above
#### ---works are not gonna be submitted, just for practice
-------------------------------------------------------------------------------------------------
🎅 🎄 🎁 🔔🎅 🎄 🎁 🔔🎅 🎄 🎁 🔔🎅 🎄 🎁 🔔 🎅 🎄 🎁 🔔 🎅 🎄 🎁 🔔 🎅 🎄 🎁 🔔
#### you can run projects' nodejs applications with following virtual box image
[here is virtual box image link](https://drive.google.com/file/d/120GIq27HeFEK6YU4fbmH9IIasKGrdTet/view)
-------------------------------------------------------------------------------------------------
ASSIGNMENT 1 : read file on server and send JSON object to client side page
Open and read files on the server.
Send JSON objects from server to browser in response to a request.
Convert javascript objects to JSON strings and vice versa.
Send HTTP GET or POST requests from client to server and extract the response data.
Receive HTTP GET or POST requests from the client and formulate a response.
Send the HTML and javascript representing the app to the browser.

ASSIGNMENT 2 : generate client side and server side two way traffic and manage string format
Open and read files on the server.
Send JSON objects between browser and server.
generate chord pro format based on text file and print on screen
the texts on screen are movable and can be saved based on position on screen as original text format

ASSIGNEMNT 3 : Real-Time Collaboration with Web Sockets
using socket.io module build asynchronous communication on curling game
broadcast real-time game picture to all clients
restrict players to 2 clients

ASSIGNMENT 4 : API-based Express App
using pug(jade), express, bootstrap to build a Server application
query JSON data from "food2Fork" server and render my html page through my server
query data with both post and get method
