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.
See the package.json file for the actual version numbers.
- Node.js
- Socket.io
- Express
- jQuery on the client-side
- 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