Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 777 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 777 Bytes

FridgeNode

This an imitation of magnetic poetry, but for the web and with some trendy technologies. Mostly it was just a learning opportunity (which is my excuse for its buggy/ugly state).

The only really interesting feature is that when you start dragging a word to move it arond the board, everyone else connected to the site sees the word being dragged via the magic of websockets.

Dependencies

See the package.json file for the actual version numbers.

  • Node.js
  • Socket.io
  • Express
  • jQuery on the client-side

Important Files

  • server.js -- serves up the files deals with the sockets
  • wordstuff.js -- server side manages the nitty gritty of keeping track of teh words and setting up the initial word list + positions
  • client.js -- client-side javascript