Coder Social home page Coder Social logo

resume-server's Introduction

Resume Telnet Server

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 demo server, open up a terminal and enter the following:

telnet resume.zacharyflower.com 2468

Configuration

The resume sections are dynamically generated via a required config.js file. An example configuration file (config-sample.js) has been provided.

Port

Update the port value to change the port the resume server listens on. Ports below 1024 will require root access.

MotD

The motd (or Message of the Day) value is used to generate the ASCII-art name displayed when someone connects to the resume server.

  _____          _                      _____ _
 |__  /__ _  ___| |__   __ _ _ __ _   _|  ___| | _____      _____ _ __
   / // _` |/ __| '_ \ / _` | '__| | | | |_  | |/ _ \ \ /\ / / _ \ '__|
  / /| (_| | (__| | | | (_| | |  | |_| |  _| | | (_) \ V  V /  __/ |
 /____\__,_|\___|_| |_|\__,_|_|   \__, |_|   |_|\___/ \_/\_/ \___|_|
                                  |___/

Usage

To run your server, clone this repository and run the following commands from within the directory:

npm install
node server.js

To keep your server running in the background, check out https://github.com/foreverjs/forever, an awesome command-line tool for running node packages continuously.

Server Commands

Resume / CV

View entire resume.

resume

Help

View help screen.

help

Exit / Quit

Quit out of the resume.

exit

What's Next?

Just a few ideas on how I can improve the server:

  • Pull down job history, awards, etc. from a LinkedIn profile instead of duplicating the data within a config file.
  • Roll this into an actual node package for npm install goodness.
  • Configure forever-monitor for built-in daemon support.
  • Add analytics to track number of views.
  • Add ability to set resume to private w/ password protection.

resume-server's People

Contributors

zachflower avatar

Watchers

James Cloos avatar Mr.Jack avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.