This is a novel Node.js telnet server that I built to both get my feet wet with Node.js, and to serve my resume. To connect to the server, open up a terminal and enter the following:
telnet resume.zacharyflower.com 2468
To host your own server, clone this repository and run the server node:
node server.js
View entire resume.
$ resume
View awards and achievements section.
$ resume achievements
View education section.
$ resume education
View employment history section.
$ resume employment
View personal information section.
$ resume info
View personal projects section.
$ resume projects
View help screen.
Quit out of the resume.