Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 588 Bytes

socketio-usajobs

Simple USAJobs search interface binding user interactions with search result propagation.

Technology Requirements

  • Node.js
  • Express
  • Socket.io

Node Package Dependencies

  • Express
  • Socket.io
  • Request
  • Filestructure (FS)

Notes

This is currently just a sandbox iteration. It will be used to understand how Socket.io, Node.js and Express can be used to develop highly distributed, real-time applications.

Next up will be the integration of proper routing and MVC techniques to create a stable application.