reading-notes

Software Development Reading Notes

View project on GitHub

Event Driven Architecture-2

Read today’s Lab Requirements

https://codefellows.github.io/code-401-javascript-guide/curriculum/class-14/lab/

-Create a new application using real-time events

Your team will be responsible for planning, executing, and presenting an application that showcases an event driven architecture

Requirements

Your application must employ the following programming concepts:

A “hub” server that moderates all events

Multiple “clients” that connect to the hub which can both publish and subscribe to events

Must operate over a network

Presentation

On the due-date, your team will present a working version of your project to the class showcasing the following:

General Functionality Wiring (quick overview) Code Review

Discuss 2 possible project ideas that could be completed by you and a partner in the alloted time.

Homework help desk Kids events taxi service

Bookmark and Review

Review CAPS Build

https://codefellows.github.io/code-401-javascript-guide/curriculum/apps-and-libraries/caps/

Things I want to know more about

Project Ideas A simple game where multiple clients can take turns, using events, with the hub acting as the host Closest to the number, Fastest person to type a word, etc A support/service center where customers place requests for help (tickets) and service workers assist and close tickets Re-Implement CAPS only using AWS SNS/SQS systems or Microsoft Azure Event Hubs