lexiwexie01 / CIS371_AW_SemesterProject

cis-371-aw-semester-project.vercel.app
0 stars 0 forks source link

Get Server Working #1

Open lexiwexie01 opened 2 years ago

lexiwexie01 commented 2 years ago

Find out from Prof. Kurmas if I can use the web-server sample code from HW 1 as a base, then use that code or figure out a different route.

kurmasz commented 2 years ago

You are welcome to use that code, but it is much lower-level that I think you want for this project.

You want to use a framework like Express.js, React, or Rails that has the basic web server functionality already built in.

-- Zachary Kurmas Associate Professor of Computer Science Grand Valley State University https://kurmasgvsu.github.io On Oct 5, 2022, 10:32 AM -0400, lexiwexie01 @.***>, wrote:

Find out from Prof. Kurmas if I can use the web-server sample code from HW 1 as a base, then use that code or figure out a different route.

— Reply to this email directly, view it on GitHubhttps://github.com/lexiwexie01/CIS371_AW_SemesterProject/issues/1, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AADBBJE2CKW3IESG7SYDC7TWBWGPPANCNFSM6AAAAAAQ5ULEOI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lexiwexie01 commented 2 years ago

Complete HW6 first and then start planning.